We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04064ab commit fad35a8Copy full SHA for fad35a8
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
cache: 'pnpm'
23
24
- name: Install dependencies
25
- run: pnpm install
+ run: pnpm install --no-frozen-lockfile
26
27
- name: Build
28
run: pnpm build
0 commit comments