From 84e415fb20d275d058995a266554ceb7897725ef Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn Date: Sun, 17 Apr 2022 09:21:59 +0200 Subject: [PATCH] ci: remove build check from pre-commit check as it is already covered by the test --- .lintstagedrc.js | 1 - 1 file changed, 1 deletion(-) 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}': [