mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
fix pre-commit issue with partial commits
This commit is contained in:
+1
-2
@@ -107,8 +107,7 @@
|
|||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{ts,js,css,scss,html}": [
|
"*.{ts,js,css,scss,html}": [
|
||||||
"prettier --single-quote --write",
|
"prettier --single-quote --write"
|
||||||
"git add"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"pre-commit": "lint:staged"
|
"pre-commit": "lint:staged"
|
||||||
|
|||||||
Reference in New Issue
Block a user