Skip to content

Commit

Permalink
fix: pnpm no-frozen-lockfile error
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyf committed May 6, 2023
1 parent 3359916 commit 601b80e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/
cache: pnpm
- run: pnpm install
- run: pnpm install --no-frozen-lockfile
- run: npx changelogithub
continue-on-error: true
env:
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 601b80e

@vercel
Copy link

@vercel vercel bot commented on 601b80e May 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

unoverlays – ./

unoverlays-tuimao.vercel.app
unoverlays.vercel.app
unoverlays-git-master-tuimao.vercel.app

Please sign in to comment.