Skip to content

Commit 9397660

Browse files
committed
fix: script
1 parent cf97aa4 commit 9397660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"cover": "jest --coverage",
2020
"commit": "git-cz",
2121
"release:check": "lerna changed",
22-
"release:latest": "lerna publish --yes --conventional-commits --create-release github --message 'chore(release): publish [ci skip]'",
22+
"release:latest": "NPM_CONFIG_PROVENANCE=true lerna publish --yes --conventional-commits --create-release github --message 'chore(release): publish [ci skip]'",
2323
"release:canary": "NPM_CONFIG_PROVENANCE=true lerna publish --canary --yes",
2424
"prepare": "husky install"
2525
},

0 commit comments

Comments
 (0)