Skip to content

Commit 99660d9

Browse files
committed
Add a helper script for the release builds
1 parent dfa969f commit 99660d9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

release.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)