Skip to content

Commit 40933b1

Browse files
committed
chore: install all deps in the lint step
1 parent 7abd4e5 commit 40933b1

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
@@ -57,7 +57,7 @@ jobs:
5757
version: latest
5858

5959
- name: Install dependencies
60-
run: pnpm install --only=dev --ignore-scripts
60+
run: pnpm install
6161

6262
- name: Format ✨
6363
run: pnpm test.format

0 commit comments

Comments
 (0)