mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -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
|
native/install.sh local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(webpack --display errors-only \
|
(webpack --display errors-only --bail\
|
||||||
&& scripts/git_version.sh)
|
&& scripts/git_version.sh)
|
||||||
|
|
||||||
scripts/bodgecss.sh
|
scripts/bodgecss.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue