mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 12:25:07 +01:00
Fix husky config syntax.
This commit is contained in:
parent
efb93ebda6
commit
89662e440d
@ -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.\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user