mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 10:47:05 +08:00
chore(ckeditor): set proper typecheck dependencies
This commit is contained in:
parent
5247eeaa04
commit
6386c45212
1 changed files with 6 additions and 1 deletions
|
|
@ -16,7 +16,12 @@
|
|||
}
|
||||
},
|
||||
"nx": {
|
||||
"name": "ckeditor5"
|
||||
"name": "ckeditor5",
|
||||
"targets": {
|
||||
"typecheck": {
|
||||
"dependsOn": [ "^build" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"ckeditor5": "43.2.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue