Skip to content

Commit

Permalink
feat: 替换install命令
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurYung committed Jun 24, 2024
1 parent 25c428b commit c40d893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 14

- name: Install Dependencies
run: npm ci
run: npm install

- name: Build Project
run: npm run build
Expand Down

0 comments on commit c40d893

Please sign in to comment.