mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
chore(ckeditor): set proper typecheck dependencies
This commit is contained in:
parent
5247eeaa04
commit
6386c45212
@ -16,7 +16,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nx": {
|
"nx": {
|
||||||
"name": "ckeditor5"
|
"name": "ckeditor5",
|
||||||
|
"targets": {
|
||||||
|
"typecheck": {
|
||||||
|
"dependsOn": [ "^build" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ckeditor5": "43.2.0",
|
"ckeditor5": "43.2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user