Skip to content

Commit

Permalink
chore: no frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Envoy-VC committed Aug 6, 2024
1 parent 332748e commit 23d7315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version-file: '.nvmrc'
cache: 'pnpm'

- run: pnpm install --frozen-lockfile
- run: pnpm install --no-frozen-lockfile

docs:
runs-on: ubuntu-latest
Expand All @@ -46,7 +46,7 @@ jobs:
node-version-file: '.nvmrc'
cache: 'pnpm'

- run: pnpm install --frozen-lockfile
- run: pnpm install --no-frozen-lockfile

- run: pnpm typedoc

Expand Down

0 comments on commit 23d7315

Please sign in to comment.