Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 15, 2024
1 parent 481e2d4 commit 32947c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"install:dependencies": "cd ../packages/currency-converter && npm i && cd ../bookcars-helper && npm i && cd ../../mobile",
"eas-build-pre-install": "npm run install:dependencies ",
"eas-build-pre-install": "npm run install:dependencies",
"ts:build": "npm run install:dependencies && tsc --build --verbose",
"ts:check": "npm run ts:build",
"start": "npm run ts:build && expo start --port 8082",
Expand Down

0 comments on commit 32947c2

Please sign in to comment.