Tools: Remove now unnecessary checkLibPaths from commit hook

pull/8857/head
Laurent Cozic 2023-09-12 21:37:39 +01:00
parent b9f36705ff
commit fec021aa5d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module.exports = {
// '**/*.ts?(x)': () => 'npm run tsc',
'*.{js,jsx,ts,tsx}': [
'yarn run checkIgnoredFiles',
'yarn run checkLibPaths',
// 'yarn run checkLibPaths',
'yarn run packageJsonLint',
'yarn run linter-precommit',
],