Skip to content

Commit cf97aa4

Browse files
committed
fix: script
1 parent 2a41985 commit cf97aa4

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
@@ -20,7 +20,7 @@
2020
"commit": "git-cz",
2121
"release:check": "lerna changed",
2222
"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",
23+
"release:canary": "NPM_CONFIG_PROVENANCE=true lerna publish --canary --yes",
2424
"prepare": "husky install"
2525
},
2626
"workspaces": [

0 commit comments

Comments
 (0)