chore: 增加 build:statging

This commit is contained in:
wangxuefeng
2025-03-12 19:35:05 +08:00
parent 5f8609fc02
commit 6016504c94
12 changed files with 114 additions and 148 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"build": "vitepress build",
"build:staging": "vitepress build --mode staging",
"dev": "vitepress dev",
"docs:preview": "vitepress preview"
},