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 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 },
You can’t perform that action at this time.
0 commit comments