clean up the script
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
cachetools==5.3.3
|
|
||||||
certifi==2024.2.2
|
|
||||||
charset-normalizer==3.3.2
|
|
||||||
google-api-core==2.19.0
|
|
||||||
google-api-python-client==2.130.0
|
|
||||||
google-auth==2.29.0
|
|
||||||
google-auth-httplib2==0.2.0
|
|
||||||
googleapis-common-protos==1.63.0
|
|
||||||
httplib2==0.22.0
|
|
||||||
idna==3.7
|
|
||||||
proto-plus==1.23.0
|
|
||||||
protobuf==4.25.3
|
|
||||||
pyasn1==0.6.0
|
|
||||||
pyasn1_modules==0.4.0
|
|
||||||
pyparsing==3.1.2
|
|
||||||
requests==2.32.2
|
|
||||||
rsa==4.9
|
|
||||||
uritemplate==4.1.1
|
|
||||||
urllib3==2.2.1
|
|
||||||
6
setup.sh
6
setup.sh
@@ -13,6 +13,12 @@ npm run build
|
|||||||
cd ../
|
cd ../
|
||||||
cp -r ./backend/dist ./dist
|
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
|
cp ./backend/package.json ./dist/package.json
|
||||||
cd "$parent_path"/dist
|
cd "$parent_path"/dist
|
||||||
npm install
|
npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user