Skip to content

Commit

Permalink
Force no-frozen-lockfile for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 27, 2024
1 parent 7dd456c commit 892e4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git fetch
git checkout main
git pull
- run: npm i -g pnpm && pnpm i
- run: npm i -g pnpm && pnpm i --no-frozen-lockfile
name: Install dependencies
- name: Test
run: npm test
Expand Down

0 comments on commit 892e4da

Please sign in to comment.