Skip to content

Commit ecf23ba

Browse files
committed
fix turbo build issue
1 parent 19a4228 commit ecf23ba

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

fixtures/worker-with-resources/turbo.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/local-explorer-ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"check:lint": "eslint src --max-warnings=0",
99
"check:type": "tsc --build",
1010
"deploy": "echo 'no deploy'",
11-
"dev": "concurrently -n api,ui,worker -c green,blue,orange \"openapi-ts --watch\" \"vite\" \"pnpm -w turbo --filter @fixture/worker-with-resources start\"",
11+
"predev": "pnpm -w build --filter wrangler",
12+
"dev": "concurrently -n api,ui,worker -c green,blue,orange \"openapi-ts --watch\" \"vite\" \"pnpm --filter @fixture/worker-with-resources start\"",
1213
"dev:ui": "concurrently -n api,ui -c green,blue \"openapi-ts --watch\" \"vite\"",
1314
"postinstall": "openapi-ts",
1415
"preview": "vite preview"

0 commit comments

Comments
 (0)