Adding more text to webpack build so jenkins doesn't timeout (#5972)

This commit is contained in:
Christopher Speller
2017-04-04 12:33:56 -04:00
committed by GitHub
parent 6ae3464484
commit cbb6a30596

View File

@@ -116,7 +116,7 @@
},
"scripts": {
"check": "eslint --ext \".jsx\" --ignore-pattern node_modules --quiet .",
"build": "cross-env NODE_ENV=production webpack",
"build": "cross-env NODE_ENV=production webpack --display-error-details --verbose --progress",
"run": "cross-env NODE_ENV=production webpack --progress --watch",
"run-fullmap": "webpack --progress --watch",
"test": "jest",