diff --git a/package.json b/package.json index b7bac2a9..4e84e452 100644 --- a/package.json +++ b/package.json @@ -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"