Skip to content

Commit 0f42220

Browse files
committed
chore: install all dependencies in the lint step
1 parent 9f78de3 commit 0f42220

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)