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