Update build commands

build:dev now works
This commit is contained in:
omuretsu
2023-01-30 19:45:24 -05:00
parent d5707931c6
commit e8e107254d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# builds the game in the root folder
webpack --mode production
webpack --mode $1
# Clear out any files remaining from old builds and recreate folder
rm -rf .app