Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 14, 2024
1 parent e5f529d commit ad515b6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"validator": "^13.11.0"
},
"scripts": {
"start": "tsc --build --verbose&& craco start",
"build": "tsc --build --verbose&& craco build",
"test": "tsc --build --verbose&& craco test",
"start": "tsc --build --verbose && craco start",
"build": "tsc --build --verbose && craco build",
"test": "tsc --build --verbose && craco test",
"eject": "craco eject",
"lint": "eslint --ext .ts,.tsx .",
"fix": "eslint --fix .",
Expand Down
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"validator": "^13.11.0"
},
"scripts": {
"start": "tsc --build --verbose&& craco start",
"build": "tsc --build --verbose&& craco build",
"test": "tsc --build --verbose&& craco test",
"start": "tsc --build --verbose && craco start",
"build": "tsc --build --verbose && craco build",
"test": "tsc --build --verbose && craco test",
"eject": "craco eject",
"lint": "eslint --ext .ts,.tsx .",
"fix": "eslint --fix .",
Expand Down
20 changes: 10 additions & 10 deletions mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "2.6.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "tsc --build --verbose&& expo start --port 8081",
"start:clean": "tsc --build --verbose&& expo start -c --port 8081",
"android": "tsc --build --verbose&& expo start --android",
"ios": "tsc --build --verbose&& expo start --ios",
"build:android": "cross-env EAS_NO_VCS=1 tsc --build --verbose&& eas build --profile production --platform android",
"build:android:local": "cross-env EAS_NO_VCS=1 tsc --build --verbose&& eas build --profile production --platform android --local",
"build:android:preview": "cross-env EAS_NO_VCS=1 tsc --build --verbose&& eas build --profile preview --platform android",
"build:ios": "cross-env EAS_NO_VCS=1 tsc --build --verbose&& eas build --profile production --platform ios",
"build:ios:local": "cross-env EAS_NO_VCS=1 tsc --build --verbose&& eas build --profile production --platform ios --local",
"build:ios:preview": "cross-env EAS_NO_VCS=1 tsc --build --verbose&& eas build --profile preview --platform android",
"start": "tsc --build --verbose && expo start --port 8081",
"start:clean": "tsc --build --verbose && expo start -c --port 8081",
"android": "tsc --build --verbose && expo start --android",
"ios": "tsc --build --verbose && expo start --ios",
"build:android": "cross-env EAS_NO_VCS=1 tsc --build --verbose && eas build --profile production --platform android",
"build:android:local": "cross-env EAS_NO_VCS=1 tsc --build --verbose && eas build --profile production --platform android --local",
"build:android:preview": "cross-env EAS_NO_VCS=1 tsc --build --verbose && eas build --profile preview --platform android",
"build:ios": "cross-env EAS_NO_VCS=1 tsc --build --verbose && eas build --profile production --platform ios",
"build:ios:local": "cross-env EAS_NO_VCS=1 tsc --build --verbose && eas build --profile production --platform ios --local",
"build:ios:preview": "cross-env EAS_NO_VCS=1 tsc --build --verbose && eas build --profile preview --platform android",
"ts:check": "tsc -b",
"lint": "eslint --ext .ts,.tsx .",
"fix": "eslint --fix .",
Expand Down

0 comments on commit ad515b6

Please sign in to comment.