finish autoupdate

This commit is contained in:
2020-04-18 01:06:08 +02:00
parent 475456e618
commit e26d5f59a9
2 changed files with 2 additions and 3 deletions

2
backend/.gitignore vendored
View File

@@ -109,4 +109,4 @@ dist
# Stores VSCode versions used for testing VSCode extensions # Stores VSCode versions used for testing VSCode extensions
.vscode-test .vscode-test
frontend/

View File

@@ -7,7 +7,6 @@ npm i
cd ../frontend cd ../frontend
npm i npm i
npm run build npm run build
mv ./build/* mv ./build/* ../backend/frontend
../backend/frontend
cd ../backend cd ../backend
npm start npm start