diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aabce74779..d3046fca1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,7 +199,7 @@ jobs: run: pnpm knip - name: 🧹 Check for unused production code - run: pnpm knip --production + run: pnpm knip --production --exclude dependencies i18n: name: 🌐 i18n validation diff --git a/app/components/Compare/ComparisonGrid.vue b/app/components/Compare/ComparisonGrid.vue index 2bd210b632..325839c49c 100644 --- a/app/components/Compare/ComparisonGrid.vue +++ b/app/components/Compare/ComparisonGrid.vue @@ -1,7 +1,7 @@