Skip to content

Commit

Permalink
chore(core): package.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed Mar 25, 2024
1 parent 7d54f32 commit e324ce2
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 497 deletions.
81 changes: 50 additions & 31 deletions final/package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "sh scripts/run-tests.sh",
"e2e": "sh scripts/run-e2e.sh",
"postinstall": "cd codewithahsan && npm i && cd .. && concurrently \"cd start && npm i \" \"cd final && npm i \"",
"postinstall": "cd codewithahsan && npm i && cd ../start && npm i && cd ../final && npm i",
"serve": "sh scripts/serve-projects.sh",
"serve:prod": "sh scripts/serve-projects-prod.sh",
"serve:fake-be": "cd ./codewithahsan && npx nx serve fake-be",
Expand Down
Loading

0 comments on commit e324ce2

Please sign in to comment.