Skip to content

Commit c1960d4

Browse files
committed
chore(build): Supress clojure compiler warnings
1 parent c86061a commit c1960d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
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",

0 commit comments

Comments
 (0)