File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8585 "build" : " npm run test && npm run build:example && npm run build:library" ,
8686 "build:es" : " rollup --config rollup.config.js --format es --file dist/vue-simple-context-menu.esm.js" ,
8787 "build:example" : " rimraf docs && cross-env NODE_ENV=production webpack --progress --hide-modules --mode production" ,
88- "build:library" : " rimraf dist npm run build:umd & npm run build:es & npm run build:umd & npm run build:unpkg" ,
88+ "build:library" : " rimraf dist && npm run build:umd & npm run build:es & npm run build:umd & npm run build:unpkg" ,
8989 "build:umd" : " rollup --config rollup.config.js --format umd --file dist/vue-simple-context-menu.umd.js" ,
9090 "build:unpkg" : " rollup --config rollup.config.js --format iife --file dist/vue-simple-context-menu.min.js" ,
9191 "test" : " jest" ,
You can’t perform that action at this time.
0 commit comments