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

Add back files that might have been modified by linter

This commit is contained in:
Laurent Cozic 2019-07-30 11:40:33 +02:00
parent 87a639df2b
commit 7f5bf131a8

View File

@ -11,7 +11,7 @@
}
},
"lint-staged": {
"*.{js,jsx}": "npm run linter"
"*.{js,jsx}": ["npm run linter", "git add"]
},
"repository": {
"type": "git",