We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b964a2 commit 5c29aeaCopy full SHA for 5c29aea
1 file changed
package.json
@@ -137,6 +137,6 @@
137
},
138
"lint-staged": {
139
"*": "biome check --fix --no-errors-on-unmatched",
140
- "*.{js,ts,tsx}": "pnpm test -- --findRelatedTests -u --passWithNoTests"
+ "*.{js,ts,tsx}": "pnpm test --findRelatedTests --passWithNoTests -u"
141
}
142
0 commit comments