feat: add Tag Build CI (#117)

This commit is contained in:
Dream Hunter
2024-04-12 23:04:39 +08:00
committed by GitHub
parent 58ad025e61
commit 0c5365da1f
4 changed files with 51 additions and 3 deletions

View File

@@ -6,8 +6,9 @@
"scripts": {
"dev": "vite",
"build": "vite build -m prod --emptyOutDir",
"build:release": "vite build -m example --emptyOutDir",
"preview": "vite preview",
"deploy": "npm run build && wrangler pages deploy ../dist --branch production"
"deploy": "npm run build && wrangler pages deploy ./dist --branch production"
},
"dependencies": {
"@vicons/material": "^0.12.0",