Skip to content

Commit

Permalink
Add Build step
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Jul 8, 2024
1 parent b1c0071 commit 3efb288
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
env:
CI: true

- name: Build
if: github.ref != 'refs/heads/staging' && github.ref != 'refs/heads/prod'
run: ng build
env:
NODE_OPTIONS: --openssl-legacy-provider

- name: Build for staging
if: github.ref == 'refs/heads/staging'
run: ng build --configuration=staging
Expand Down

0 comments on commit 3efb288

Please sign in to comment.