Skip to content

Commit 3b5eab6

Browse files
authored
fix release workflow (#587)
1 parent 9b90d1c commit 3b5eab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test:i18n": "mocha test/testI18n.js",
3232
"test": "npm run test:declarations && npm run test:i18n",
3333
"prepublishOnly": "npm run lint && npm run build",
34-
"release": "release-script"
34+
"release": "release-script -y --noPush"
3535
},
3636
"repository": {
3737
"type": "git",

0 commit comments

Comments
 (0)