3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 10:25:01 +00:00
zeppelin/update-dashboard.sh
2022-08-05 22:49:18 -04:00

10 lines
91 B
Bash
Executable file

#!/bin/bash
# Update dashboard
cd dashboard
git pull
npm ci
npm run build
# Return
cd ..