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,6 +35,7 @@
"@inlang/paraglide-js": "^2.0.0"
},
"nx": {
"targets": {
"typecheck": {
"dependsOn": [
"build"
@ -42,3 +43,4 @@
}
}
}
}