hugo-theme-terminal/.husky/pre-push
2022-06-21 15:50:51 +02:00

5 lines
98 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn build && git add . && git commit --amend --no-edit