summaryrefslogtreecommitdiff
path: root/themes/terminal/.husky/pre-push
blob: f1fd679dac4b9bda79fffeffd9e86b8caa3bb80b (plain)
1
2
3
4
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn build && git add . && git commit --amend --no-edit