fix: turbo check-types -> check
Some checks failed
/ check (20) (push) Failing after 21s
/ check (22) (push) Failing after 20s

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
2025-12-22 00:10:20 +01:00
parent 512adab923
commit 9c1e87da41

View File

@@ -4,8 +4,8 @@
"build": { "build": {
"outputs": ["dist/**"] "outputs": ["dist/**"]
}, },
"check-types": { "check": {
"dependsOn": ["^check-types"] "dependsOn": ["^check"]
}, },
"dev": { "dev": {
"persistent": true, "persistent": true,