Fix build test passing on failed builds

This commit is contained in:
Snarling 2023-04-25 09:12:17 -04:00
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