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 11
11
"license" : " MIT" ,
12
12
"scripts" : {
13
13
"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" ,
16
17
"docs:build" : " jsdoc -r -c jsdoc.json dist" ,
17
18
"docs:dev" : " npm run build && npm run docs:build" ,
18
19
"docs:watch" : " watchy -w lib,jsdoc-template npm run docs:dev" ,
You can’t perform that action at this time.
0 commit comments