mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2025-04-11 17:52:32 +02:00
5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn build && git add . && git commit --amend --no-edit
|