Skip to content

Commit 84e415f

Browse files
committed
ci: remove build check from pre-commit check as it is already covered by the test
1 parent c303b72 commit 84e415f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.lintstagedrc.js

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

0 commit comments

Comments
 (0)