ci: stuff

This commit is contained in:
Dax Raad
2025-09-19 05:28:46 -04:00
parent b5b8a0555d
commit ebef2ea2d0
5 changed files with 365 additions and 360 deletions

View File

@@ -1,6 +1,9 @@
{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"typecheck": {}
"typecheck": {},
"build": {
"dependsOn": ["^build"]
}
}
}