hugo-theme-hello-friend/.husky/pre-push

5 lines
98 B
Plaintext
Raw Permalink Normal View History

2021-11-01 14:37:47 +01:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn build && git add . && git commit --amend --no-edit