diff --git a/package.json b/package.json index e444a69c7..801f1ba98 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "dev": "cross-env NODE_ENV=development vitepress dev docs --port=8732", "build": "npm run daily-notes && vitepress build docs", "build:github": "cross-env APP_BASE_PATH=/mm-notes/ npm run build", + "build:docs": "vitepress build docs", "daily-notes": "node ./scripts/daily-notes.js", "preview": "vitepress preview docs --port 8730", "lint": "prettier --write .",