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 13
13
"clean" : " rimraf dist && rimraf browser-dist && rimraf coverage && rimraf out" ,
14
14
"build" : " npm run clean && npm run vendor && npm run build:dist && npm run build:standalone" ,
15
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
+ "build:standalone" : " webpack && webpack -p --output-filename contentful.min.js" ,
17
17
"docs:build" : " jsdoc -r -c jsdoc.json dist" ,
18
18
"docs:dev" : " npm run build && npm run docs:build" ,
19
19
"docs:watch" : " watchy -w lib,jsdoc-template npm run docs:dev" ,
62
62
"babel-preset-es2015" : " ^6.3.13" ,
63
63
"babel-register" : " ^6.4.3" ,
64
64
"blue-tape" : " ^0.2.0" ,
65
- "closurecompiler" : " ^1.5.2" ,
66
65
"coveralls" : " ^2.11.6" ,
67
66
"cz-conventional-changelog" : " ^1.1.5" ,
68
67
"in-publish" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments