Skip to content

Commit e7504e6

Browse files
committed
chore: add knip --production to ci workflow
1 parent 95a06b0 commit e7504e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,6 @@ jobs:
191191

192192
- name: 🧹 Check for unused code
193193
run: pnpm knip
194+
195+
- name: 🧹 Check for unused production code
196+
run: pnpm knip --production

0 commit comments

Comments
 (0)