Skip to content

Commit

Permalink
ci: fix build to publish license to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Aug 20, 2022
1 parent aca8427 commit d515265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: npm

- run: npm ci
- run: npm run build:lib
- run: npm run build
env:
NODE_ENV: production

Expand Down

0 comments on commit d515265

Please sign in to comment.