File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 "build:compile" : " babel --source-maps -d lib src" ,
1818 "build:bundle" : " NODE_ENV=production webpack -p lib/vector/index.js vector/bundle.js" ,
1919 "build" : " npm run build:css && npm run build:compile && npm run build:bundle" ,
20- "package" : " npm run build && ( mkdir packages || true) && bestzip packages/vector-`git describe --dirty || echo unknown`.zip vector" ,
20+ "package" : " npm run build && mkdir -p packages && tar chvzf packages/vector-`git describe --dirty || echo unknown`.tar.gz vector" ,
2121 "start:js" : " webpack -w src/vector/index.js vector/bundle.js" ,
2222 "start:js:prod" : " NODE_ENV=production webpack -w src/vector/index.js vector/bundle.js" ,
2323 "start:skins:css" : " catw \" src/skins/vector/css/**/*.css\" -o vector/components.css" ,
5151 "babel" : " ^5.8.23" ,
5252 "babel-core" : " ^5.8.25" ,
5353 "babel-loader" : " ^5.3.2" ,
54- "bestzip" : " ^1.1.3" ,
5554 "catw" : " ^1.0.1" ,
5655 "css-raw-loader" : " ^0.1.1" ,
5756 "http-server" : " ^0.8.4" ,
You can’t perform that action at this time.
0 commit comments