Skip to content

Commit

Permalink
ignore frozen file for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Apr 1, 2023
1 parent 28e312f commit 6d152cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: run install
uses: pnpm/[email protected]
with:
version: latest
- run: pnpm i --frozen-lockfile
version: 6 # local version is 7 but it's not supported by the action, this is why the next line we use no-frozen-lockfile
- run: pnpm install --no-frozen-lockfile
- run: pnpm run build

0 comments on commit 6d152cb

Please sign in to comment.