Skip to content

Commit 457ca48

Browse files
authored
Update publish_npm.yml
1 parent b1edfea commit 457ca48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ 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+
npm run prepare-templates
2627
npx lerna exec --no-bail --stream --concurrency 1 -- "cp ../../.npmrc . && (npm publish || true)"

0 commit comments

Comments
 (0)