Skip to content

Commit

Permalink
chore: static page deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cordobo committed May 9, 2024
1 parent 18234ff commit 4633d7e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
- run: npm run ci:build:lib && npm run ci:build:app
- run: cd dist/angularx-qrcode
- run: npm publish
- name: Build
run: npm run ci:build:lib
run: npm run ci:build:app
run: cd dist/angularx-qrcode
- name: Publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 4633d7e

Please sign in to comment.