Use up to date automation script
This commit is contained in:
parent
8016e041aa
commit
746d1da685
1 changed files with 8 additions and 2 deletions
|
@ -7,11 +7,17 @@ set -o errexit
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
# dirs
|
# dirs
|
||||||
srcDir="/home/$USER/"
|
srcDir="/home/$USER/repo/c4k/c4k-forgejo/public/js/"
|
||||||
srcName="main.js"
|
srcName="main.js"
|
||||||
targetDir="/home/$USER/"
|
targetDir="/home/$USER/repo/website/dda-io/content/templates/js/"
|
||||||
targetName="c4k-forgejo.js"
|
targetName="c4k-forgejo.js"
|
||||||
|
|
||||||
|
echo "build test"
|
||||||
|
shadow-cljs compile test
|
||||||
|
|
||||||
|
echo "test"
|
||||||
|
node target/node-tests.js
|
||||||
|
|
||||||
echo "build"
|
echo "build"
|
||||||
shadow-cljs compile frontend
|
shadow-cljs compile frontend
|
||||||
|
|
Loading…
Reference in a new issue