Skip to content

Commit 61a66ee

Browse files
authored
Build packages before publishing (#790)
1 parent 8a5a74e commit 61a66ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
node-version: "16"
1717
registry-url: "https://registry.npmjs.org"
1818
- run: npm ci
19+
- run: npx lerna run build --no-private
1920
- run: npx lerna publish from-package --no-private --no-git-tag-version --yes
2021
env:
2122
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)