1
0
Files
Blog/themes/terminal/.husky/pre-push
2025-12-03 10:56:03 +01:00

5 lines
98 B
Bash
Executable File

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