From e26d5f59a94ec5c69204e336813d0bfff9b3efa7 Mon Sep 17 00:00:00 2001 From: Oliver Boehlk Date: Sat, 18 Apr 2020 01:06:08 +0200 Subject: [PATCH] finish autoupdate --- backend/.gitignore | 2 +- update.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/.gitignore b/backend/.gitignore index 2d4f78b..ceedb6a 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -109,4 +109,4 @@ dist # Stores VSCode versions used for testing VSCode extensions .vscode-test - +frontend/ diff --git a/update.sh b/update.sh index 5eaf643..bfe83c1 100755 --- a/update.sh +++ b/update.sh @@ -7,7 +7,6 @@ npm i cd ../frontend npm i npm run build -mv ./build/* -../backend/frontend +mv ./build/* ../backend/frontend cd ../backend npm start \ No newline at end of file