Skip to content

Commit a1bd8a1

Browse files
committed
Remove —dry-run from release script
1 parent 22eab23 commit a1bd8a1

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
@@ -26,7 +26,7 @@
2626
"prepare": "npm run build",
2727
"watch": "babel -w src --out-dir .",
2828
"prettier-check": "prettier --check **/*.*",
29-
"release": "release-it --dry-run"
29+
"release": "release-it"
3030
},
3131
"dependencies": {
3232
"@babel/runtime": "7.4.4"

0 commit comments

Comments
 (0)