hugo-theme-terminal/.husky/pre-push

5 lines
98 B
Plaintext
Raw Permalink Normal View History

2022-06-21 13:50:51 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn build && git add . && git commit --amend --no-edit