mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02:00
fix(website): typecheck dependency not well set
This commit is contained in:
parent
81f8453c38
commit
190b079494
@ -35,10 +35,12 @@
|
|||||||
"@inlang/paraglide-js": "^2.0.0"
|
"@inlang/paraglide-js": "^2.0.0"
|
||||||
},
|
},
|
||||||
"nx": {
|
"nx": {
|
||||||
|
"targets": {
|
||||||
"typecheck": {
|
"typecheck": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"build"
|
"build"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user