change check to check-types in turbo.json template (#271)

This commit is contained in:
Anmol
2025-05-21 00:26:12 -07:00
committed by GitHub
parent 3e2982fca5
commit cd8b5a9db4

View File

@@ -10,7 +10,7 @@
"lint": { "lint": {
"dependsOn": ["^lint"] "dependsOn": ["^lint"]
}, },
"check": { "check-types": {
"dependsOn": ["^check-types"] "dependsOn": ["^check-types"]
}, },
"dev": { "dev": {