mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(nx): have website:typecheck depend on build
This commit is contained in:
parent
cb22c2cc7f
commit
d2cfb5e94f
@ -33,5 +33,12 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@inlang/paraglide-js": "^2.0.0"
|
"@inlang/paraglide-js": "^2.0.0"
|
||||||
|
},
|
||||||
|
"nx": {
|
||||||
|
"typecheck": {
|
||||||
|
"dependsOn": [
|
||||||
|
"build"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user