mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Fix build test passing on failed builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user