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:
parent
b9f36705ff
commit
fec021aa5d
@ -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',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user