chore: improve build process

This commit is contained in:
Ralph Khreish
2025-09-12 17:26:47 -07:00
parent 108301132f
commit ff9b7a46d6
7 changed files with 29 additions and 50 deletions

View File

@@ -10,7 +10,6 @@
"dev": {
"cache": false,
"persistent": true,
"dependsOn": ["^build"],
"inputs": [
"$TURBO_DEFAULT$",
"!{packages,apps}/**/dist/**",
@@ -42,4 +41,4 @@
}
},
"globalDependencies": ["turbo.json", "tsconfig.json", ".env*"]
}
}