Skip to content

Commit 89cd242

Browse files
committed
chore: install all deps in the lint step
1 parent b50bfb8 commit 89cd242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)