summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-04-04 12:33:56 -0400
committerGitHub <noreply@github.com>2017-04-04 12:33:56 -0400
commitcbb6a305968afcff2daecc6011615c2aea65be43 (patch)
treec761f0037f76b5d463f13856e1beae3bf1beb12a /webapp
parent6ae34644840f9a99769ec5b3fc44b98690a215fc (diff)
downloadchat-cbb6a305968afcff2daecc6011615c2aea65be43.tar.gz
chat-cbb6a305968afcff2daecc6011615c2aea65be43.tar.bz2
chat-cbb6a305968afcff2daecc6011615c2aea65be43.zip
Adding more text to webpack build so jenkins doesn't timeout (#5972)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/package.json b/webapp/package.json
index d72d8bab9..b51eb4958 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -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",