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 dab0397 commit dec9edaCopy full SHA for dec9eda
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Install dependencies
50
if: steps.cache.outputs.cache-hit != 'true'
51
- run: pnpm enable && pnpm install && pnpm dev:prepare
+ run: pnpm install && pnpm dev:prepare
52
53
- name: Lint
54
run: pnpm lint
0 commit comments