Skip to content

Commit

Permalink
ci(spa): generate 3rd party licenses in build action (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg authored Nov 13, 2023
1 parent e3eabcd commit b300bdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/build-and-deploy-spa/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ outputs:
runs:
using: "composite"
steps:
- name: Generate Third-Party Licenses
run: npx --yes [email protected] --input package.json --output apps/spa/src/assets/third-party-licenses.txt --ci
shell: bash
- run: |
envsubst < apps/spa/src/environments/environment.template > apps/spa/src/environments/environment.prod.ts
npx nx build spa --prod
Expand Down

0 comments on commit b300bdc

Please sign in to comment.