mirror of
https://github.com/zadam/trilium.git
synced 2025-12-10 04:35:54 +08:00
fix(website): typecheck dependency not well set
This commit is contained in:
parent
81f8453c38
commit
190b079494
1 changed files with 6 additions and 4 deletions
|
|
@ -35,10 +35,12 @@
|
||||||
"@inlang/paraglide-js": "^2.0.0"
|
"@inlang/paraglide-js": "^2.0.0"
|
||||||
},
|
},
|
||||||
"nx": {
|
"nx": {
|
||||||
"typecheck": {
|
"targets": {
|
||||||
"dependsOn": [
|
"typecheck": {
|
||||||
"build"
|
"dependsOn": [
|
||||||
]
|
"build"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue