release: v3 release test

This commit is contained in:
陈凯龙 2022-02-18 14:44:08 +08:00
parent 4ed8841610
commit 25d39a3beb
2 changed files with 1 additions and 3 deletions

View File

@ -46,8 +46,6 @@ jobs:
run: |
yarn install
yarn run build:pro
touch dist/.nojekyll
cp dist/index.html dist/404.html
- name: Deploy
uses: peaceiris/actions-gh-pages@v2.5.0

View File

@ -8,7 +8,7 @@
"i": "pnpm install",
"dev": "vite --mode base",
"ts:check": "vue-tsc --noEmit",
"build:pro": "npm run ts:check && vite build --mode pro",
"build:pro": "vite build --mode pro",
"build:dev": "npm run ts:check && vite build --mode dev",
"build:test": "npm run ts:check && vite build --mode test",
"serve:pro": "vite preview --mode pro",