fix(website): typecheck dependency not well set

This commit is contained in:
Elian Doran 2025-07-01 21:30:59 +03:00
parent 81f8453c38
commit 190b079494
No known key found for this signature in database

View File

@ -35,10 +35,12 @@
"@inlang/paraglide-js": "^2.0.0" "@inlang/paraglide-js": "^2.0.0"
}, },
"nx": { "nx": {
"typecheck": { "targets": {
"dependsOn": [ "typecheck": {
"build" "dependsOn": [
] "build"
]
}
} }
} }
} }