mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-17 18:44:45 +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',
|
// '**/*.ts?(x)': () => 'npm run tsc',
|
||||||
'*.{js,jsx,ts,tsx}': [
|
'*.{js,jsx,ts,tsx}': [
|
||||||
'yarn run checkIgnoredFiles',
|
'yarn run checkIgnoredFiles',
|
||||||
'yarn run checkLibPaths',
|
// 'yarn run checkLibPaths',
|
||||||
'yarn run packageJsonLint',
|
'yarn run packageJsonLint',
|
||||||
'yarn run linter-precommit',
|
'yarn run linter-precommit',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user