Skip to content

Commit 3994515

Browse files
authored
Update publish_npm.yml
1 parent d39bb1e commit 3994515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: |
2424
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
2525
# run publish in every package, ignore failures (ie no publish required if the version is already published)
26-
lerna exec --no-bail --stream --concurrency 1 -- "cp ../../.npmrc . && (npm publish || true)"
26+
npx lerna exec --no-bail --stream --concurrency 1 -- "cp ../../.npmrc . && (npm publish || true)"

0 commit comments

Comments
 (0)