Cleanup folders & hotfixes on ci/cd
This commit is contained in:
+13
-22
@@ -3,31 +3,22 @@
|
||||
"version": "1.0.0",
|
||||
"description": "FarmaClic - Full stack application",
|
||||
"private": true,
|
||||
"packageManager": "npm@9.2.0",
|
||||
"workspaces": [
|
||||
"apps/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "npm-run-all --parallel dev:backend dev:frontend",
|
||||
"dev:backend": "npm run dev --prefix backend",
|
||||
"dev:frontend": "npm run dev --prefix frontend",
|
||||
"dev:mobile": "cd frontend-mobile && npx expo start",
|
||||
"dev:mobile:android": "cd frontend-mobile && npx expo start --android",
|
||||
"dev:mobile:ios": "cd frontend-mobile && npx expo start --ios",
|
||||
"start": "npm-run-all --parallel start:backend start:frontend",
|
||||
"start:backend": "npm start --prefix backend",
|
||||
"start:frontend": "npm run preview --prefix frontend",
|
||||
"install:all": "npm install && npm install --prefix backend && npm install --prefix frontend && npm install --prefix frontend-mobile",
|
||||
"build:web": "npm run build --prefix frontend",
|
||||
"build:mobile": "cd frontend-mobile && eas build",
|
||||
"submit:android": "cd frontend-mobile && eas submit --platform android",
|
||||
"submit:ios": "cd frontend-mobile && eas submit --platform ios",
|
||||
"cap:sync": "npm run build:web && cap sync",
|
||||
"cap:copy": "npm run build:web && cap copy",
|
||||
"cap:open:android": "cap open android",
|
||||
"cap:open:ios": "cap open ios",
|
||||
"cap:run:android": "npm run build:web && cap run android",
|
||||
"cap:run:ios": "npm run build:web && cap run ios"
|
||||
"dev": "turbo run dev",
|
||||
"dev:backend": "turbo run dev --filter=farma-clic-backend",
|
||||
"dev:frontend": "turbo run dev --filter=farma-clic-frontend",
|
||||
"build": "turbo run build",
|
||||
"build:web": "turbo run build --filter=farma-clic-frontend",
|
||||
"test": "turbo run test",
|
||||
"lint": "turbo run lint",
|
||||
"start": "turbo run start"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/cli": "^8.4.1",
|
||||
"npm-run-all": "^4.1.5"
|
||||
"turbo": "^2.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor-mlkit/barcode-scanning": "^8.1.0",
|
||||
|
||||
Reference in New Issue
Block a user