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.
publish.yml
package.json
1 parent f394bc9 commit 4e1e19aCopy full SHA for 4e1e19a
.github/workflows/publish.yml
@@ -32,6 +32,6 @@ jobs:
32
run: npm run test
33
34
- name: Publish
35
- run: npm publish
+ run: npm run publish
36
env:
37
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -5,6 +5,7 @@
5
],
6
"scripts": {
7
"prepare": "husky",
8
+ "publish": "npx lerna publish from-package --pre-dist-tag canary --yes",
9
"build": "npx lerna run build",
10
"test": "npx lerna run test",
11
"coverage": "npx nyc --reporter=lcov npm run test",
0 commit comments