feat(nx/ckeditor): set up cache

This commit is contained in:
Elian Doran
2025-05-07 10:03:29 +03:00
parent e067e79505
commit 57d945fff0
5 changed files with 30 additions and 5 deletions

View File

@@ -87,6 +87,11 @@
}
},
"nx": {
"name": "ckeditor5-keyboard-marker"
"name": "ckeditor5-keyboard-marker",
"targets": {
"build": {
"cache": "true"
}
}
}
}