Skip to content

Commit

Permalink
Github action: publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsw committed Mar 7, 2024
1 parent b35c2b8 commit 19bf0f7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jobs:
folder: dist
single-commit: true
clean: true
- run: npm run build:library
- name: Publish package on NPM
run: npm publish --access public

0 comments on commit 19bf0f7

Please sign in to comment.