Skip to content

Commit 95b0a36

Browse files
committed
fix: remove unnecessary npx prefix for lerna commands
1 parent 37cd449 commit 95b0a36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-npm-packages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
run: |
2424
npm install -g node-gyp
2525
npm ci
26-
npx lerna bootstrap
2726
- name: Publish with Lerna
28-
run: npx lerna publish from-package --yes
27+
run: lerna publish from-package --yes
2928
env:
3029
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)