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 636f756 commit 4bc539cCopy full SHA for 4bc539c
1 file changed
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
cache: 'pnpm'
27
28
- name: Install dependencies
29
- run: pnpm install
+ run: pnpm install --no-frozen-lockfile
30
31
- name: Checking
32
run: pnpm lint && pnpm lint:type && pnpm lint:eslint && pnpm lint:prettier
0 commit comments