We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c36da commit 5bd820fCopy full SHA for 5bd820f
.husky/pre-commit
@@ -1,3 +1,3 @@
1
-pnpm run staged
2
-pnpm run lint:types
+pnpm lint:types
+pnpm lint-staged
3
git update-index --again
package.json
@@ -40,7 +40,6 @@
40
"scripts": {
41
"lint:types": "tsc --project tsconfig.json --noEmit",
42
"lint": "biome lint --write --no-errors-on-unmatched . && pnpm lint:types",
43
- "staged": "lint-staged",
44
"coverage": "c8 pnpm test",
45
"ci": "c8 pnpm test && c8 report --reporter=json",
46
"build": "pnpm exec del-cli lib && pnpm exec tsup",
0 commit comments