blog/themes/hello-friend/.husky/pre-push

5 lines
98 B
Plaintext
Raw Permalink Normal View History

2023-06-11 11:34:59 +02:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn build && git add . && git commit --amend --no-edit