Mathieu Broillet
30a29a3a11
All checks were successful
continuous-integration/drone/push Build is passing
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
|