change build script

This commit is contained in:
StarAppeal
2024-12-07 23:08:14 +01:00
parent e99c4d96ee
commit 6c797563c3
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build-web": "expo export --platform web --clear",
"build-web": "expo export --platform web --clear && rm -rf ./serve/* && mv dist/* ./serve/ && rm -rf dist",
"run-server": "pm2 start run-ts.sh --name 'matrix-frontend'",
"reset-project": "node ./scripts/reset-project.js",
"test": "jest --watchAll",