Skip to content

Commit 5c29aea

Browse files
committed
build: fix lint stage config
Signed-off-by: Adam Setch <[email protected]>
1 parent 9b964a2 commit 5c29aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@
137137
},
138138
"lint-staged": {
139139
"*": "biome check --fix --no-errors-on-unmatched",
140-
"*.{js,ts,tsx}": "pnpm test -- --findRelatedTests -u --passWithNoTests"
140+
"*.{js,ts,tsx}": "pnpm test --findRelatedTests --passWithNoTests -u"
141141
}
142142
}

0 commit comments

Comments
 (0)