Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit d2cfb5e

Browse files
committed
chore(nx): have website:typecheck depend on build
1 parent cb22c2c commit d2cfb5e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/website/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,12 @@
3333
},
3434
"dependencies": {
3535
"@inlang/paraglide-js": "^2.0.0"
36+
},
37+
"nx": {
38+
"typecheck": {
39+
"dependsOn": [
40+
"build"
41+
]
42+
}
3643
}
3744
}

0 commit comments

Comments
 (0)