1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00

Tools: Remove now unnecessary checkLibPaths from commit hook

This commit is contained in:
Laurent Cozic 2023-09-12 21:37:39 +01:00
parent b9f36705ff
commit fec021aa5d

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',
],