1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

add sdoc update script

This commit is contained in:
杨顺强
2023-11-04 11:01:09 +08:00
parent bd900b3575
commit db11007b07

19
sdoc-helper.sh Normal file
View File

@@ -0,0 +1,19 @@
#!/bin/sh
cd frontend
npm install @seafile/sdoc-editor@latest
cd ..
cp -r frontend/node_modules/@seafile/sdoc-editor/public/media/sdoc-editor-font media/sdoc-editor/sdoc-editor-font
cp -r frontend/node_modules/@seafile/sdoc-editor/public/media/sdoc-editor-font.css media/sdoc-editor/sdoc-editor-font.css
tx pull -s -t -f seahub.sdoc-editor
git add .
git commit -m "update sdoc version and sdoc translate"
# git push origin master