Skip to content

Commit 71d5905

Browse files
committed
test: run knip also in strict mode to find wrongly assigned dev deps
1 parent 7337091 commit 71d5905

2 files changed

Lines changed: 22 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dev:docs": "pnpm run --filter npmx-docs dev --port=3001",
1818
"i18n:check": "node scripts/compare-translations.ts",
1919
"i18n:check:fix": "node scripts/compare-translations.ts --fix",
20-
"knip": "knip",
20+
"knip": "knip && knip --strict",
2121
"knip:fix": "knip --fix",
2222
"lint": "oxlint && oxfmt --check",
2323
"lint:fix": "oxlint --fix && oxfmt",

pnpm-lock.yaml

Lines changed: 21 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)