This commit is contained in:
JustArchi
2018-04-27 04:51:58 +02:00
parent 6c21cd2148
commit 108ab946ca

16
WebConfigGenerator/cc.sh Executable file
View 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