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

pull/2322/head
Elian Doran 2025-06-15 17:03:02 +07:00
parent cb22c2cc7f
commit d2cfb5e94f
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

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