summaryrefslogtreecommitdiffstats
path: root/bin/git/hooks/pre-commit
blob: 881895787dd9e0c3f2b575b1ece63645e2ad0c5c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

phpunit -c phpunit.xml
phpunit -c phpunit.integration.xml
cd js
grunt js-unit
grunt cachebuster
cd ..
git add appinfo/checksum.json