chore(nx): have website:typecheck depend on build

This commit is contained in:
Elian Doran 2025-06-15 17:03:02 +03:00
parent cb22c2cc7f
commit d2cfb5e94f
No known key found for this signature in database

View File

@ -33,5 +33,12 @@
},
"dependencies": {
"@inlang/paraglide-js": "^2.0.0"
},
"nx": {
"typecheck": {
"dependsOn": [
"build"
]
}
}
}