Skip to content

Commit b821b08

Browse files
fix local build
1 parent c7202bf commit b821b08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
"scripts": {
77
"build": "cross-env SKIP_ENV_VALIDATION=1 yarn workspaces foreach --all --topological run build",
88
"test": "yarn workspaces foreach --all --topological run test",
9-
"dev": "concurrently --kill-others --names \"zoekt,worker,web,mcp,schemas\" 'yarn dev:zoekt' 'yarn dev:backend' 'yarn dev:web' 'yarn watch:mcp' 'yarn watch:schemas'",
9+
"dev": "concurrently --kill-others --names \"zoekt,worker,web,schemas\" 'yarn dev:zoekt' 'yarn dev:backend' 'yarn dev:web' 'yarn watch:schemas'",
1010
"with-env": "cross-env PATH=\"$PWD/bin:$PATH\" dotenv -e .env.development -c --",
1111
"dev:zoekt": "yarn with-env zoekt-webserver -index .sourcebot/index -rpc",
1212
"dev:backend": "yarn with-env yarn workspace @sourcebot/backend dev:watch",
1313
"dev:web": "yarn with-env yarn workspace @sourcebot/web dev",
14-
"watch:mcp": "yarn workspace @sourcebot/mcp build:watch",
1514
"watch:schemas": "yarn workspace @sourcebot/schemas watch",
1615
"dev:prisma:migrate:dev": "yarn with-env yarn workspace @sourcebot/db prisma:migrate:dev",
1716
"dev:prisma:generate": "yarn with-env yarn workspace @sourcebot/db prisma:generate",

0 commit comments

Comments
 (0)