clean up the script

This commit is contained in:
iamBadgers
2024-06-08 21:44:31 -07:00
parent 7fa18b15a1
commit 9c87485d4e
2 changed files with 6 additions and 19 deletions

View File

@@ -13,6 +13,12 @@ npm run build
cd ../
cp -r ./backend/dist ./dist
cd "$parent_path"/loader
python3 createrushdatabase.py
cd ../
cp -r ./loader/testdb.db ./dist
cd "$parent_path"
cp ./backend/package.json ./dist/package.json
cd "$parent_path"/dist
npm install