diff --git a/bun.lockb b/bun.lockb index 5b0ac14..2c316f2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2c23560..9066756 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "workspaces": ["docs", "examples/*", "packages/*"], "scripts": { "build": "turbo build --filter @t3-oss/env*", - "dev": "turbo watch build --filter @t3-oss/env*", + "dev": "turbo watch dev --filter @t3-oss/env*", "lint": "biome check .", "lint:fix": "biome check . --apply", "test": "turbo test", diff --git a/packages/core/package.json b/packages/core/package.json index c405b5a..a276030 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -24,7 +24,7 @@ "files": ["dist", "package.json", "LICENSE", "README.md"], "scripts": { "build": "bunchee", - "dev": "bunchee -w", + "dev": "bunchee -w --no-clean", "typecheck": "tsc --noEmit" }, "peerDependencies": { diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 8a252d2..346d17a 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -24,7 +24,7 @@ "files": ["dist", "package.json", "LICENSE", "README.md"], "scripts": { "build": "bunchee", - "dev": "bunchee -w", + "dev": "bunchee -w --no-clean", "typecheck": "tsc --noEmit", "prepack": "bun ../../replace-workspace-protocol.ts" }, diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index af395a4..71dc26b 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -24,7 +24,7 @@ "files": ["dist", "package.json", "LICENSE", "README.md"], "scripts": { "build": "bunchee", - "dev": "bunchee -w", + "dev": "bunchee -w --no-clean", "typecheck": "tsc --noEmit", "prepack": "bun ../../replace-workspace-protocol.ts" }, diff --git a/turbo.json b/turbo.json index 563caab..91e7932 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,6 @@ { "$schema": "https://turborepo.org/schema.json", - "experimentalUI": false, + "experimentalUI": true, "pipeline": { "topo": { "dependsOn": ["^topo"]