mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Fix dist copy in update-dashboard.sh, return to original dir
This commit is contained in:
parent
cc4477a7ee
commit
7058d81631
1 changed files with 5 additions and 2 deletions
|
@ -11,5 +11,8 @@ git pull
|
||||||
nvm use
|
nvm use
|
||||||
npm ci
|
npm ci
|
||||||
npm run build
|
npm run build
|
||||||
rm -r "$TARGET_DIR/*"
|
rm -r $TARGET_DIR/*
|
||||||
cp -R dist/* "$TARGET_DIR"
|
cp -R dist/* $TARGET_DIR
|
||||||
|
|
||||||
|
# Return
|
||||||
|
cd ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue