Skip to content

Commit 4fbcc0d

Browse files
committed
Restore mprocs as default dev runner
1 parent 589a36f commit 4fbcc0d

File tree

3 files changed

+26
-13
lines changed

3 files changed

+26
-13
lines changed

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
## Commands
1515

1616
- `pnpm install` - Install all dependencies
17-
- `pnpm dev` - Run both agent (watch) and code app via phrocs
17+
- `pnpm dev` - Run both agent (watch) and code app via mprocs
18+
- `pnpm dev:ph` - Run both agent (watch) and code app via phrocs
1819
- `pnpm dev:agent` - Run agent package in watch mode only
1920
- `pnpm dev:code` - Run code desktop app only
2021
- `pnpm build` - Build all packages (turbo)

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"scripts": {
1111
"setup": "bash apps/code/bin/setup",
1212
"prepare": "husky",
13-
"dev": "pnpm build:deps && bash scripts/ensure-phrocs.sh && bin/phrocs --config mprocs.yaml",
13+
"dev": "pnpm build:deps && mprocs",
14+
"dev:ph": "pnpm build:deps && bash scripts/ensure-phrocs.sh && bin/phrocs --config mprocs.yaml",
1415
"dev:agent": "pnpm --filter agent dev",
1516
"dev:git": "pnpm --filter @posthog/git dev",
1617
"dev:code": "pnpm --filter code start",
@@ -45,6 +46,7 @@
4546
"husky": "^9.1.7",
4647
"knip": "^5.66.3",
4748
"lint-staged": "^15.5.2",
49+
"mprocs": "^0.7.1",
4850
"turbo": "^2.6.2"
4951
},
5052
"lint-staged": {

pnpm-lock.yaml

Lines changed: 21 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)