Skip to content

Commit 98b9ed1

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 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",
@@ -115,6 +115,7 @@
115115
"oxfmt": "0.27.0",
116116
"oxlint": "1.42.0",
117117
"playwright-core": "1.58.0",
118+
"react": "19.2.4",
118119
"schema-dts": "1.1.5",
119120
"simple-git-hooks": "2.13.1",
120121
"typescript": "5.9.3",

0 commit comments

Comments
 (0)