old_blog/themes/terminal/.husky/pre-push

5 lines
98 B
Plaintext
Raw Normal View History

2021-07-31 10:17:32 -04:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn build && git add . && git commit --amend --no-edit