Skip to content

Commit

Permalink
style: reused test cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu committed Aug 25, 2024
1 parent 1f6ece0 commit 9c7f63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"src/**/*.{ts,tsx,css,astro}": ["yarn format:changed"],
"src/**/*.{ts,tsx,astro}": ["yarn lint:ts:changed"],
"src/**/*.css": ["yarn lint:styles"],
"src/**/*.{test,spec}.{ts,tsx}": ["yarn test --bail --findRelatedTests"]
"src/**/*.{test,spec}.{ts,tsx}": ["yarn test:changed"]
}

0 comments on commit 9c7f63d

Please sign in to comment.