Skip to content

Commit

Permalink
chore: edit publish-npm.yml to run npx in publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyk3941 committed Nov 20, 2023
1 parent 67a2539 commit 5670b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
# build packages before publishing
- run: npm run build-all
- name: Publish to npm
run: lerna publish from-package --yes
run: npx lerna publish from-package --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5670b85

Please sign in to comment.