Skip to content

Commit abb268e

Browse files
committed
chore(check): use yarn exec knip
1 parent cf93cb9 commit abb268e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"src": "./src"
6767
},
6868
"scripts": {
69-
"check": "yarn knip --fix --allow-remove-files --no-config-hints && yarn lint:ts && yarn fix && yarn test:unit",
69+
"check": "yarn exec knip --fix --allow-remove-files --no-config-hints && yarn lint:ts && yarn fix && yarn test:unit",
7070
"fix:js": "biome check --write .",
7171
"lint:ts": "tsc --build",
7272
"fix:js:unsafe": "biome check --write . --unsafe",

0 commit comments

Comments
 (0)