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 b1edfea commit 457ca48Copy full SHA for 457ca48
.github/workflows/publish_npm.yml
@@ -23,4 +23,5 @@ 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
+ npm run prepare-templates
27
npx lerna exec --no-bail --stream --concurrency 1 -- "cp ../../.npmrc . && (npm publish || true)"
0 commit comments