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 25003b5 commit 7380822Copy full SHA for 7380822
.github/workflows/default.yml
@@ -43,7 +43,7 @@ jobs:
43
${{ runner.os }}-pnpm-store-
44
45
- name: Install dependencies
46
- run: pnpm install --frozen-lockfile--strict-peer-dependencies
+ run: pnpm install --frozen-lockfile --strict-peer-dependencies
47
48
- name: Lint Source
49
run: pnpm run --if-present lint
0 commit comments