mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Re-organize webcfg structure
This commit is contained in:
16
WebConfigGenerator/build.sh
Executable file
16
WebConfigGenerator/build.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
OUTPUT="dist"
|
||||
|
||||
cd "$(dirname "$(readlink -f "$0")")"
|
||||
|
||||
git pull
|
||||
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
git reset
|
||||
git add -A -f "$OUTPUT"
|
||||
git commit -m "WebConfigGenerator build"
|
||||
git push
|
||||
Reference in New Issue
Block a user