We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf93cb9 commit abb268eCopy full SHA for abb268e
1 file changed
package.json
@@ -66,7 +66,7 @@
66
"src": "./src"
67
},
68
"scripts": {
69
- "check": "yarn knip --fix --allow-remove-files --no-config-hints && yarn lint:ts && yarn fix && yarn test:unit",
+ "check": "yarn exec knip --fix --allow-remove-files --no-config-hints && yarn lint:ts && yarn fix && yarn test:unit",
70
"fix:js": "biome check --write .",
71
"lint:ts": "tsc --build",
72
"fix:js:unsafe": "biome check --write . --unsafe",
0 commit comments