mirror of
https://github.com/Noratrieb/website.git
synced 2026-05-13 11:32:53 +02:00
4 lines
98 B
Bash
Executable file
4 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn build && git add . && git commit --amend --no-edit
|