Skip to content

Commit fe9eac0

Browse files
committed
Derp!
1 parent 7b32903 commit fe9eac0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"watch:prod": "webpack --watch --config webpack.prod.config.js --progress --profile --colors --display-error-details --display-cached",
1919
"build": "npm run build:dev",
2020
"prebuild:dev": "npm run clean:dist",
21-
"build:dev": "webpack --progress --profile --colors --display-error-details --display-cached --bail",
21+
"build:dev": "webpack --progress --profile --colors --display-error-details --display-cached",
2222
"prebuild:prod": "npm run clean:dist",
23-
"build:prod": "webpack --config webpack.prod.config.js --progress --profile --colors --display-error-details --display-cached",
23+
"build:prod": "webpack --config webpack.prod.config.js --progress --profile --colors --display-error-details --display-cached --bail",
2424
"server": "npm run server:dev",
2525
"server:dev": "webpack-dev-server --hot --inline --progress --profile --colors --watch --display-error-details --display-cached --content-base src/",
2626
"server:prod": "http-server dist --cors",

0 commit comments

Comments
 (0)