diff --git a/package.json b/package.json index 1e77f56c2..9f77810c7 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "route.schema.json" ], "scripts": { - "build": "pnpm run --stream '/^build:/'", + "build": "pnpm run --stream \"/^build:/\"", "build:core": "tsdown", "build:runtime": "tsdown --config tsdown-runtime.config.ts", "dev": "pnpm run vitest --ui",