Skip to content

Commit c772b99

Browse files
committed
ci: run full tests in lint-staged
Full tests only take a couple of seconds, so time penalty is minimal IMO. Full tests prevent stupid failures.
1 parent f460457 commit c772b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
'*.{ts,tsx,js,jsx,json}': [
33
'npm run format:file',
44
'npm run lint-es:file:fix',
5-
'npm run test:staged',
5+
() => 'npm run test',
66
],
77
'*.{vue,css,less,scss,html,htm,md,markdown,yml,yaml}': [
88
'npm run format:file',

0 commit comments

Comments
 (0)