Skip to content

Commit b858b7c

Browse files
committed
test(ci): run tests in parallel
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 8fa47a1 commit b858b7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@
154154
},
155155
"lint-staged": {
156156
"*": "biome check --no-errors-on-unmatched",
157-
"*.{js,ts,tsx}": "pnpm test --onlyChanged --passWithNoTests --updateSnapshot"
157+
"*.{js,ts,tsx}": "pnpm test:changed --passWithNoTests --updateSnapshot"
158158
}
159159
}

0 commit comments

Comments
 (0)