Skip to content

Commit 88132fb

Browse files
committed
Remove prisma from dev
1 parent 293684a commit 88132fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "pnpm -r --filter='!./fixtures/*' build",
88
"dts": "pnpm -r dts",
9-
"dev": "pnpm --filter='@webstudio-is/builder' --filter='@webstudio-is/prisma-client' --parallel --recursive dev",
9+
"dev": "pnpm --filter='@webstudio-is/builder' dev",
1010
"lint": "eslint \"**/*.{ts,tsx}\" --max-warnings 0",
1111
"checks": "pnpm -r test && pnpm -r typecheck && pnpm lint",
1212
"format": "prettier --write \"**/*.{ts,tsx,md}\"",

0 commit comments

Comments
 (0)