create frontend folder for build

This commit is contained in:
2020-04-18 01:01:18 +02:00
parent 03a4d103eb
commit 7799df9ba4

View File

@@ -3,6 +3,7 @@ kill -9 $BACKENDID
git checkout master &&
git pull &&
cd backend
mkdir frontend
npm i
cd ../frontend
npm i