tech(build): update build docs

This commit is contained in:
bergquist
2016-09-15 13:09:33 +02:00
parent d3a5d5c058
commit 6be48269e2
6 changed files with 12 additions and 28 deletions

View File

@@ -12,11 +12,11 @@ grunt karma:dev
### Run tests for backend assets before commit
```
test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
test -z "$(gofmt -s -l . | grep -v vendor/src/ | tee /dev/stderr)"
```
### Run tests for frontend assets before commit
```
grunt test
godep go test -v ./pkg/...
npm test
go test -v ./pkg/...
```