This commit is contained in:
StarAppeal
2024-12-07 19:43:09 +01:00
parent d0b44db302
commit a5e0c2728e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"ios": "expo start --ios",
"web": "expo start --web",
"build-web": "expo export --platform web",
"run-server": "pm2 start server.ts --name 'matrix-frontend'",
"run-server": "pm2 start run-ts.sh --name 'matrix-frontend'",
"reset-project": "node ./scripts/reset-project.js",
"test": "jest --watchAll",
"lint": "expo lint"