mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-12-04 15:35:49 +03:00
5 lines
98 B
Text
5 lines
98 B
Text
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
yarn build && git add . && git commit --amend --no-edit
|