Skip to content

Commit dec9eda

Browse files
committed
ci: remove pnpm enable script
1 parent dab0397 commit dec9eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Install dependencies
5050
if: steps.cache.outputs.cache-hit != 'true'
51-
run: pnpm enable && pnpm install && pnpm dev:prepare
51+
run: pnpm install && pnpm dev:prepare
5252

5353
- name: Lint
5454
run: pnpm lint

0 commit comments

Comments
 (0)