docs: update

This commit is contained in:
Marcus Efraimsson
2018-08-14 12:40:07 +02:00
parent 86a2789541
commit de25a4fe4e
3 changed files with 13 additions and 19 deletions
+2 -6
View File
@@ -2,15 +2,11 @@ Follow the setup guide in README.md
### Rebuild frontend assets on source change
```
grunt && grunt watch
yarn watch
```
### Rerun tests on source change
```
npm run jest
```
or
```
yarn jest
```
@@ -21,6 +17,6 @@ test -z "$(gofmt -s -l . | grep -v -E 'vendor/(github.com|golang.org|gopkg.in)'
### Run tests for frontend assets before commit
```
npm test
yarn test
go test -v ./pkg/...
```