mirror of
https://github.com/zadam/trilium.git
synced 2025-11-19 07:09:16 +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"
|
||||
},
|
||||
"nx": {
|
||||
"typecheck": {
|
||||
"dependsOn": [
|
||||
"build"
|
||||
]
|
||||
"targets": {
|
||||
"typecheck": {
|
||||
"dependsOn": [
|
||||
"build"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue