Skip to content

Commit

Permalink
ci: remove build check from pre-commit check as it is already covered…
Browse files Browse the repository at this point in the history
… by the test
  • Loading branch information
jdbruijn committed Apr 17, 2022
1 parent c303b72 commit 84e415f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
'*.{ts,tsx,js,jsx,json}': [
'npm run format:file',
'npm run lint-es:file:fix',
() => 'npm run build:check',
() => 'npm run test',
],
'*.{vue,css,less,scss,html,htm,md,markdown,yml,yaml}': [
Expand Down

0 comments on commit 84e415f

Please sign in to comment.