remove frontendfolder before rebuild

This commit is contained in:
2020-04-18 01:14:47 +02:00
parent e26d5f59a9
commit a1770c2f41

View File

@@ -2,6 +2,7 @@ BACKENDID = netstat -tulpn 2>/dev/null | grep ":3001 " | awk '{print $7;}' | cut
kill -9 $BACKENDID
git pull
cd backend
rm -r ./frontend
mkdir frontend
npm i
cd ../frontend