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 6e576b5 commit 1f32149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "4.7.0",
"type": "module",
"scripts": {
"install:dependencies": "cd ../packages/currency-converter && npm i && cd ../../backend",
"install:dependencies": "cd ../packages/currency-converter && npm i && cd ../bookcars-helper && npm i && cd ../../mobile",
"build": "npm run install:dependencies && tsc --build --verbose && cross-env NODE_OPTIONS=--max-old-space-size=1024 vite build",
"dev": "vite",
"preview": "vite preview",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"install:dependencies": "cd ../packages/currency-converter && npm i && cd ../../frontend",
"install:dependencies": "cd ../packages/currency-converter && npm i && cd ../bookcars-helper && npm i && cd ../../mobile",
"build": "npm run install:dependencies && tsc --build --verbose && cross-env NODE_OPTIONS=--max-old-space-size=1024 vite build",
"dev": "vite",
"preview": "vite preview",
Expand Down

0 comments on commit 1f32149

Please sign in to comment.