summaryrefslogtreecommitdiffstats
path: root/bin/git/hooks/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git/hooks/pre-commit')
-rwxr-xr-xbin/git/hooks/pre-commit4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/git/hooks/pre-commit b/bin/git/hooks/pre-commit
index fd08c587d..c767ca0d0 100755
--- a/bin/git/hooks/pre-commit
+++ b/bin/git/hooks/pre-commit
@@ -1,4 +1,6 @@
#!/bin/bash
cd js
-grunt cachebuster \ No newline at end of file
+grunt cachebuster
+cd ..
+git add appinfo/checksum.json \ No newline at end of file