🔧 Chore: add update docs submodule npm script

This commit is contained in:
Cell
2022-07-24 17:29:45 +08:00
parent b731ebfacb
commit e5f32e91bf
+2 -1
View File
@@ -25,7 +25,8 @@
"server:production": "hugo server --source=docs -D --disableFastRender --navigateToChanged --ignoreCache -e production",
"start": "npm run babel && npm run server",
"start:production": "npm run babel && npm run server:production",
"algolia": "atomic-algolia"
"algolia": "atomic-algolia",
"update:docs": "git submodule update --remote --merge && git add docs && git commit -m ':memo: Docs: update FixIt theme Docs'"
},
"resolutions": {
"minimist": "^1.2.5"