Add back files that might have been modified by linter

pull/1786/head
Laurent Cozic 2019-07-30 11:40:33 +02:00
parent 87a639df2b
commit 7f5bf131a8
1 changed files with 1 additions and 1 deletions

View File

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