mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Update build commands
build:dev now works
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user