Skip to content

Commit 6073e77

Browse files
committed
ops(deploy): 优化依赖安装和构建流程
1 parent ae9fbaa commit 6073e77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
cache: 'npm'
2323

2424
- name: Install dependencies
25-
run: npm ci
25+
run: npm install --no-fund --no-audit
2626

2727
- name: Build
28-
run: npm run build
28+
run: npx vite build
2929
env:
3030
VITE_GITHUB_CLIENT_ID: ${{ secrets.VITE_GITHUB_CLIENT_ID }}
3131

0 commit comments

Comments
 (0)