Skip to content

Commit 73b73a3

Browse files
kappa90kappa90
andauthored
fix: add electron-trpc build to dev command (#473)
Co-authored-by: kappa90 <e.capparelli@gmail.com>
1 parent 4fde801 commit 73b73a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b",
1010
"scripts": {
1111
"setup": "bash apps/array/bin/setup",
12-
"dev": "mprocs",
12+
"dev": "pnpm --filter @posthog/electron-trpc build && mprocs",
1313
"dev:agent": "pnpm --filter agent dev",
1414
"dev:array": "pnpm --filter array dev",
1515
"start": "pnpm --filter array start",

0 commit comments

Comments
 (0)