We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa969f commit 99660d9Copy full SHA for 99660d9
1 file changed
release.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+npm run build
3
+cp dist/ckeditor5.bundle.js ../WCF/wcfsetup/install/files/js/3rdParty/ckeditor/
4
+cp dist/ckeditor5.css ../WCF/wcfsetup/install/files/style/
5
+cp dist/translations/*.js ../WCF/wcfsetup/install/files/js/3rdParty/ckeditor/translations/
0 commit comments