Make messages clearer
This commit is contained in:
parent
fe97bbea29
commit
8dda6fb152
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ set -eo pipefail
|
|||
srcDir="/home/$USER/repo/c4k/c4k-forgejo/public/js/"
|
||||
srcName="main.js"
|
||||
targetDir="/home/$USER/repo/website/dda-io/content/templates/js/"
|
||||
targetName="c4k-forgejo.js"
|
||||
targetName="c4k-gitea.js"
|
||||
|
||||
echo "build test"
|
||||
shadow-cljs compile test
|
||||
|
@ -18,11 +18,11 @@ shadow-cljs compile test
|
|||
echo "test"
|
||||
node target/node-tests.js
|
||||
|
||||
echo "build"
|
||||
echo "build frontend"
|
||||
shadow-cljs compile frontend
|
||||
|
||||
echo "move and rename file"
|
||||
cp $srcDir$srcName $targetDir$targetName
|
||||
|
||||
echo "build"
|
||||
echo "run"
|
||||
(cd $targetDir; lein ring server)
|
||||
|
|
Loading…
Reference in a new issue