Skip to content

Commit

Permalink
ci: remove --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 23, 2021
1 parent 149b816 commit e02016a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
version: 6.15.1

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

- name: Build vite
run: pnpm run ci-build-vite
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
version: 6.15.1

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

- name: Prepare
run: |
Expand Down

0 comments on commit e02016a

Please sign in to comment.