Skip to content

Commit

Permalink
Fix build lerna command
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonyelmini committed May 16, 2024
1 parent 359172f commit b902ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc
npm ci
npm exec publish from-package --no-verify-access --yes
npm exec lerna publish from-package --no-verify-access --yes

0 comments on commit b902ae1

Please sign in to comment.