diff --git a/.lintstagedrc.js b/.lintstagedrc.js index e03befff..4c86a3ff 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -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}': [