We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39bb1e commit 3994515Copy full SHA for 3994515
.github/workflows/publish_npm.yml
@@ -23,4 +23,4 @@ jobs:
23
run: |
24
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
25
# 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)"
+ npx lerna exec --no-bail --stream --concurrency 1 -- "cp ../../.npmrc . && (npm publish || true)"
0 commit comments