We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa47a1 commit b858b7cCopy full SHA for b858b7c
1 file changed
package.json
@@ -154,6 +154,6 @@
154
},
155
"lint-staged": {
156
"*": "biome check --no-errors-on-unmatched",
157
- "*.{js,ts,tsx}": "pnpm test --onlyChanged --passWithNoTests --updateSnapshot"
+ "*.{js,ts,tsx}": "pnpm test:changed --passWithNoTests --updateSnapshot"
158
}
159
0 commit comments