1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Revert "Disable git hook for now"

This reverts commit 89263ac742.
This commit is contained in:
Laurent Cozic 2020-10-16 15:27:08 +01:00
parent cfd63fe46f
commit e7feda41c9

View File

@ -17,6 +17,11 @@
"clean": "npm run clean",
"postinstall": "cd Tools && npm i && cd .. && cd ReactNativeClient && npm i && cd .. && cd ElectronClient && npm i && cd .. && cd CliClient && npm i && cd .. && gulp build"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"