File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2020 "build" : " cross-env NODE_ENV=production rollup --config build/rollup.config.js" ,
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" ,
23- "build:postcss" : " cross-env NODE_ENV=production rollup --config build/rollup.config.js --format postcss" ,
2423 "build:unpkg" : " cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife" ,
2524 "release:minor" : " npm version minor -m 'Release %s' && npm publish" ,
2625 "release:patch" : " npm version patch -m 'Release %s' && npm publish" ,
2726 "postpublish" : " ./scripts/postpublish.sh" ,
28- "prepare" : " rm -rf dist && npm run build"
27+ "prepare" : " rm -rf dist *.tgz && npm run build"
2928 },
3029 "dependencies" : {
3130 "cross-fetch" : " ^3.0.6" ,
You can’t perform that action at this time.
0 commit comments