Skip to content

Commit f88bf3e

Browse files
committed
chore: install all deps in the lint step
1 parent 1db7e2b commit f88bf3e

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
version: latest
4949

5050
- name: Install dependencies
51-
run: pnpm install --only=dev --ignore-scripts
51+
run: pnpm install
5252

5353
# - name: Format ✨
5454
# run: pnpm test.format

0 commit comments

Comments
 (0)