README
How to update CKEditor test bundles
- Run
npm run update:bundles
. - Set a proper
version
and setprivate
tofalse
in thepackage.json
file. - Run
npm publish
How to add a new bundle
- Define a new bundle and its set of plugins in
scripts/updateCKEditorBundles.js
. - Run
npm run update:bundles
. - Set a proper
version
and setprivate
tofalse
in thepackage.json
file. - Run
npm publish
Do not forget to update @cksource-cs/ckeditor-test-bundles-module
in packages where the package is used.
Latest bundle version: 27.0.0