updateturbo

master
well 2024-11-01 14:03:16 +08:00
parent c663ed623b
commit 952ff8f2ab
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"globalDependencies": ["**/.env.*local"], "globalDependencies": ["**/.env.*local"],
"tasks": { "tasks": {
"build": { "build": {
"dependsOn": ["^build","$NODE_ENV"], "dependsOn": ["^build"],
"outputs": ["dist/**",".next/**","!.next/cache/**"] "outputs": ["dist/**",".next/**","!.next/cache/**"]
}, },
"lint": { "lint": {