Skip to content

Commit

Permalink
fix(build): Fix autodocumentation generation in build
Browse files Browse the repository at this point in the history
  • Loading branch information
trodrigues committed Feb 24, 2016
1 parent 38dbaa5 commit c5f3c62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"scripts": {
"clean": "rimraf dist && rimraf browser-dist && rimraf coverage && rimraf out",
"build": "npm run clean && babel lib --out-dir dist && npm run build:optimize",
"build:standalone": "npm run clean && webpack -p",
"build:optimize": "npm run build:standalone && ccjs browser-dist/contentful.js --compilation_level=ADVANCED_OPTIMIZATIONS > browser-dist/contentful.min.js",
"build:optimize": "webpack -p && ccjs browser-dist/contentful.js --compilation_level=ADVANCED_OPTIMIZATIONS > browser-dist/contentful.min.js",
"docs:build": "jsdoc -r -c jsdoc.json dist",
"docs:dev": "npm run build && npm run docs:build",
"docs:watch": "watchy -w lib,jsdoc-template npm run docs:dev",
Expand Down

0 comments on commit c5f3c62

Please sign in to comment.