mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix #869: make webpack error on errors
This commit is contained in:
parent
879d3ba881
commit
ed8eaf733f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ else
|
|||
native/install.sh local
|
||||
fi
|
||||
|
||||
(webpack --display errors-only \
|
||||
(webpack --display errors-only --bail\
|
||||
&& scripts/git_version.sh)
|
||||
|
||||
scripts/bodgecss.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue