Browse Source

Add bail option

Steven Silvester 9 years ago
parent
commit
2d20cbdeec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -38,7 +38,7 @@
   "scripts": {
     "clean:example": "rimraf example/build",
     "clean": "rimraf docs/api && rimraf lib && rimraf test/coverage",
-    "build:example": "webpack --config example/webpack.conf.js",
+    "build:example": "webpack --config example/webpack.conf.js --bail",
     "build": "tsc --project src && node scripts/copycss.js",
     "docs": "typedoc --options scripts/tdoptions.json",
     "postinstall": "npm dedupe",