Skip to content

Commit

Permalink
chore: 修改 test-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWXY committed Apr 1, 2024
1 parent 3485fa1 commit e80097f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Run tests
run: npm run test
Expand All @@ -42,7 +42,7 @@ jobs:
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

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

0 comments on commit e80097f

Please sign in to comment.