Fix husky config syntax.

This commit is contained in:
panr 2020-07-20 01:38:41 +02:00
parent efb93ebda6
commit 89662e440d

View File

@ -53,7 +53,7 @@
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-push": "yarn build && git add . && git commit -m 'Make assets production ready.'" "pre-push": "yarn build && git add . && git commit -m \"Make assets production ready.\""
} }
} }
} }