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

# exit if any test fails
set -e

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