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 4750170 commit 1508ff3Copy full SHA for 1508ff3
package.json
@@ -20,7 +20,7 @@
20
"commit": "git-cz",
21
"release:check": "lerna changed",
22
"release:latest": "lerna publish --yes --conventional-commits --create-release github --message 'chore(release): publish [ci skip]'",
23
- "release:canary": "NPM_CONFIG_PROVENANCE=true lerna publish --canary --ignore-scripts",
+ "release:canary": "NPM_CONFIG_PROVENANCE=true lerna publish --canary --force-publish --yes",
24
"prepare": "husky install"
25
},
26
"workspaces": [
0 commit comments