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 cf97aa4 commit 9397660Copy full SHA for 9397660
package.json
@@ -19,7 +19,7 @@
19
"cover": "jest --coverage",
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]'",
+ "release:latest": "NPM_CONFIG_PROVENANCE=true lerna publish --yes --conventional-commits --create-release github --message 'chore(release): publish [ci skip]'",
23
"release:canary": "NPM_CONFIG_PROVENANCE=true lerna publish --canary --yes",
24
"prepare": "husky install"
25
},
0 commit comments