You've already forked joplin
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:
@@ -12,6 +12,7 @@ module.exports = {
|
||||
// '**/*.ts?(x)': () => 'npm run tsc',
|
||||
'*.{js,jsx,ts,tsx}': [
|
||||
'yarn run linter-precommit',
|
||||
'yarn run checkLibPaths',
|
||||
'git add',
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user