File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111 "license" : " MIT" ,
1212 "scripts" : {
1313 "clean" : " rimraf dist && rimraf browser-dist && rimraf coverage && rimraf out" ,
14- "build" : " npm run clean && npm run vendor && babel lib --out-dir dist && npm run build:optimize" ,
15- "build:optimize" : " webpack -p && ccjs browser-dist/contentful.js --compilation_level=ADVANCED_OPTIMIZATIONS > browser-dist/contentful.min.js" ,
14+ "build" : " npm run clean && npm run vendor && npm run build:dist && npm run build:standalone" ,
15+ "build:dist" : " babel lib --out-dir dist" ,
16+ "build:standalone" : " webpack -p && ccjs browser-dist/contentful.js --compilation_level=ADVANCED_OPTIMIZATIONS > browser-dist/contentful.min.js 2>/dev/null" ,
1617 "docs:build" : " jsdoc -r -c jsdoc.json dist" ,
1718 "docs:dev" : " npm run build && npm run docs:build" ,
1819 "docs:watch" : " watchy -w lib,jsdoc-template npm run docs:dev" ,
You can’t perform that action at this time.
0 commit comments