File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
"build:ssr" : " cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs" ,
22
22
"build:es" : " cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es" ,
23
23
"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" ,
26
26
"postpublish" : " ./scripts/postpublish.sh" ,
27
27
"prepare" : " rm -rf dist && npm run build"
28
28
},
You can’t perform that action at this time.
0 commit comments