mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Adding more text to webpack build so jenkins doesn't timeout (#5972)
This commit is contained in:
committed by
GitHub
parent
6ae3464484
commit
cbb6a30596
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user