chore: 增加 dev 预览 staging ,prod 的工作流

This commit is contained in:
wangxuefeng
2025-03-13 11:06:27 +08:00
parent ad67d13b5a
commit f0d3380b6c
6 changed files with 26 additions and 4 deletions

View File

@@ -6,6 +6,8 @@
"type": "module",
"scripts": {
"dev": "vite --mode development",
"dev:staging": "vite --mode staging",
"dev:prod": "vite --mode production",
"build": "vite build --mode production",
"build:staging": "vite build --mode staging",
"build:dev": "vite build --mode development",