Skip to content

Commit

Permalink
use new turbo watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed May 17, 2024
1 parent 3f50181 commit abb668e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turborepo.org/schema.json",
"experimentalUI": false,
"experimentalUI": true,
"pipeline": {
"topo": {
"dependsOn": ["^topo"]
Expand Down

0 comments on commit abb668e

Please sign in to comment.