We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a06b0 commit e7504e6Copy full SHA for e7504e6
1 file changed
.github/workflows/ci.yml
@@ -191,3 +191,6 @@ jobs:
191
192
- name: 🧹 Check for unused code
193
run: pnpm knip
194
+
195
+ - name: 🧹 Check for unused production code
196
+ run: pnpm knip --production
0 commit comments