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 29d3142
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 498 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- main
pull_request:
types: [opened, reopened]
branches:
- main

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Then from the project root, run the following:
npm install
```
This should install the dependencies of both the `start` and `final` monorepos.

## Serve Projects
Serve both the start and final projects, or one of them as follows:

Expand Down
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 29d3142

Please sign in to comment.