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 6ccf486 commit e96754a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.7.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"install:dependencies": "cd ../packages/currency-converter && npm i && cd ../../mobile",
"install:dependencies": "cd ../packages/currency-converter && npm i && cd ../packages/bookcars-helper && npm i && cd ../../mobile",
"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
19 changes: 0 additions & 19 deletions packages/bookcars-types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/bookcars-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.26.0",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
}
Expand Down

0 comments on commit e96754a

Please sign in to comment.