fix build + watcher

This commit is contained in:
wass08
2026-02-04 10:22:57 +09:00
parent e776ce9849
commit ac26358a6c
4 changed files with 19 additions and 37 deletions
+2 -1
View File
@@ -5,7 +5,7 @@
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**"]
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
"lint": {
"dependsOn": ["^lint"]
@@ -14,6 +14,7 @@
"dependsOn": ["^check-types"]
},
"dev": {
"dependsOn": ["^build"],
"cache": false,
"persistent": true
}