mirror of
https://github.com/Scanode/hardclear.git
synced 2026-07-31 04:37:29 -04:00
5 lines
98 B
Bash
5 lines
98 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn build && git add . && git commit --amend --no-edit
|