summaryrefslogtreecommitdiff
path: root/themes/terminal/.husky
diff options
context:
space:
mode:
authorIndrajith K L2022-03-20 00:38:25 +0530
committerIndrajith K L2022-03-20 00:38:25 +0530
commit941642aee876a97dbb79666d8fabaa2b1feb9ff5 (patch)
tree6147d3027127466b312eaa0b34c75966743bf547 /themes/terminal/.husky
parent31fc0796a09e1c0b8acbee6ac2fbee17d525b528 (diff)
downloadexperimentsofindrajith-941642aee876a97dbb79666d8fabaa2b1feb9ff5.tar.gz
experimentsofindrajith-941642aee876a97dbb79666d8fabaa2b1feb9ff5.tar.bz2
experimentsofindrajith-941642aee876a97dbb79666d8fabaa2b1feb9ff5.zip
Theme changes
Diffstat (limited to 'themes/terminal/.husky')
-rw-r--r--themes/terminal/.husky/.gitignore1
-rw-r--r--themes/terminal/.husky/pre-push4
2 files changed, 5 insertions, 0 deletions
diff --git a/themes/terminal/.husky/.gitignore b/themes/terminal/.husky/.gitignore
new file mode 100644
index 0000000..31354ec
--- /dev/null
+++ b/themes/terminal/.husky/.gitignore
@@ -0,0 +1 @@
+_
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