Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
2ue committed May 17, 2024
1 parent 6e94e39 commit 87f87c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# pnpm config set recursive-optional true
- name: Install Dependence
run: pnpm i
run: pnpm install --no-frozen-lockfile

- name: Build dist
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# pnpm config set recursive-optional true
- name: Install Dependence
run: pnpm i
run: pnpm install --no-frozen-lockfile

- name: Build dist
run: |
Expand Down

0 comments on commit 87f87c0

Please sign in to comment.