Skip to content

Commit 7454aee

Browse files
committed
chore: install all deps in the lint step
1 parent d8a2692 commit 7454aee

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
@@ -50,7 +50,7 @@ jobs:
5050
version: latest
5151

5252
- name: Install dependencies
53-
run: pnpm install --only=dev --ignore-scripts
53+
run: pnpm install
5454

5555
- name: Format ✨
5656
run: pnpm test.format

0 commit comments

Comments
 (0)