chore: 优化Vercel部署流程

This commit is contained in:
qier222 2022-05-12 17:53:04 +08:00
parent 678cc15390
commit 2e7e6588a8
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
5 changed files with 54 additions and 4 deletions

View file

@ -4,7 +4,7 @@
"version": "2.0.0",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"build": "node ./scripts/build.web.mjs",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",