summaryrefslogtreecommitdiff
path: root/themes/terminal/.husky/pre-push
diff options
context:
space:
mode:
Diffstat (limited to 'themes/terminal/.husky/pre-push')
-rw-r--r--themes/terminal/.husky/pre-push4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/terminal/.husky/pre-push b/themes/terminal/.husky/pre-push
new file mode 100644
index 0000000..f1fd679
--- /dev/null
+++ b/themes/terminal/.husky/pre-push
@@ -0,0 +1,4 @@
+#!/bin/sh
+. "$(dirname "$0")/_/husky.sh"
+
+yarn build && git add . && git commit --amend --no-edit