mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 06:03:50 +01:00
Fix build test passing on failed builds
This commit is contained in:
parent
6024c81113
commit
ae2b8cf87e
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# builds the game in the root folder
|
||||
webpack --mode $1
|
||||
# builds the game in the root folder, exit on failure
|
||||
webpack --mode $1 || exit 1
|
||||
|
||||
# Clear out any files remaining from old builds and recreate folder
|
||||
rm -rf .app
|
||||
|
Loading…
Reference in New Issue
Block a user