Skip to content

Commit

Permalink
build(vitepress): 添加 build:docs 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
maomao1996 committed Aug 26, 2023
1 parent 549d7c4 commit 1364a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
Expand Down

0 comments on commit 1364a7d

Please sign in to comment.