Skip to content

Commit f21d33b

Browse files
committed
chore(lint-staged): run tests
1 parent 707238d commit f21d33b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lint-staged.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @type {Record<string, string | string[] | ((filenames: string[]) => string | string[] | Promise<string | string[]>)>}
33
*/
44
export default {
5-
'*.{js,cjs,mjs,ts,cts,mts}': ['eslint --fix', 'prettier --write'],
5+
'*.{js,cjs,mjs,ts,cts,mts}': ['vitest related --run', 'eslint --fix', 'prettier --write'],
66
'*.{json,md}': 'prettier --write',
77
'*': (files) => {
88
return [

0 commit comments

Comments
 (0)