doc: update docs

This commit is contained in:
2021-10-07 12:20:05 +08:00
parent e4df99331b
commit 78469b531e
10 changed files with 15 additions and 15 deletions
+2 -1
View File
@@ -30,7 +30,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"publish": "npm run build && rm -rf ./docs/editor/ && mv ./build ./docs/editor"
},
"eslintConfig": {
"extends": [