mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 11:01:14 +00:00
20 lines
443 B
Bash
20 lines
443 B
Bash
#!/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
|
|
|