diff --git a/js/ckeditor/package.json b/js/ckeditor/package.json index 88c007a8ea..4e970ab162 100644 --- a/js/ckeditor/package.json +++ b/js/ckeditor/package.json @@ -53,6 +53,7 @@ "scripts": { "styles": "cp -r src/resources/styles/ build/styles", "build": "webpack --mode production && npm run styles", + "dev": "webpack --mode development --watch && npm run styles", "postbuild": "tsc --declaration --declarationDir build --stripInternal --emitDeclarationOnly" } }