1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Tools: Added precommit hook script to check lib paths

This commit is contained in:
Laurent Cozic
2022-04-19 18:57:15 +01:00
parent 889aecc8d4
commit 2399ca6321
8 changed files with 116 additions and 0 deletions

View File

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