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 8a5a74e commit 61a66eeCopy full SHA for 61a66ee
.github/workflows/publish-js.yml
@@ -16,6 +16,7 @@ jobs:
16
node-version: "16"
17
registry-url: "https://registry.npmjs.org"
18
- run: npm ci
19
+ - run: npx lerna run build --no-private
20
- run: npx lerna publish from-package --no-private --no-git-tag-version --yes
21
env:
22
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments