Skip to content

Commit 1364253

Browse files
committed
chore: install all deps in the lint step
1 parent 846c85d commit 1364253

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

5151
- name: Install dependencies
52-
run: pnpm install --only=dev --ignore-scripts
52+
run: pnpm install
5353

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

0 commit comments

Comments
 (0)