1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-19 07:27:56 +00:00
seahub/sdoc-helper.sh

20 lines
437 B
Bash
Raw Normal View History

2023-11-04 03:01:09 +00:00
#!/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
2023-11-06 03:22:03 +00:00
git add .
2023-11-04 03:01:09 +00:00
2023-11-06 03:22:03 +00:00
git commit -m "update sdoc version and sdoc translate"
2023-11-04 03:01:09 +00:00
2023-11-06 03:22:03 +00:00
git push origin master
2023-11-04 03:01:09 +00:00