Skip to content

Commit 77ed3e9

Browse files
committed
Update release scripts
1 parent e61e9b7 commit 77ed3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
2222
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
2323
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
24-
"release:minor": "npm version minor -m 'Release %s' && clear && npm publish",
25-
"release:patch": "npm version patch -m 'Release %s' && clear && npm publish",
24+
"release:minor": "npm version minor -m 'Release %s' && npm publish",
25+
"release:patch": "npm version patch -m 'Release %s' && npm publish",
2626
"postpublish": "./scripts/postpublish.sh",
2727
"prepare": "rm -rf dist && npm run build"
2828
},

0 commit comments

Comments
 (0)