This commit is contained in:
QkoSad
2023-08-08 16:02:54 +03:00
commit 0a7a469d56
315 changed files with 426907 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#! /usr/bin/bash
rm -r ./frontend/build
echo -n "removed build from frontend"
npm run build --prefix frontend
echo -n "made new build"
cp -r ./frontend/build ./backend
echo -n "copied build to frontend"