Skip to content

Commit c400cfb

Browse files
committed
chore: install all deps for knip
1 parent de4fa94 commit c400cfb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version-file: .node-version
2626
cache: pnpm
27-
- name: Install dependencies
27+
- name: Install root workspace dependencies
2828
run: pnpm install --ignore-scripts --frozen-lockfile --workspace-root
2929
- name: Check monorepo with Sherif
3030
run: pnpm run lint:sherif
@@ -42,6 +42,8 @@ jobs:
4242
else
4343
echo "No formatting issues found"
4444
fi
45+
- name: Install all dependencies for Knip
46+
run: pnpm install --ignore-scripts --frozen-lockfile
4547
- name: Run Knip
4648
run: pnpm run lint:knip --workspace packages/nuqs
4749

0 commit comments

Comments
 (0)