docs: updated building from source docs

This commit is contained in:
Torkel Ödegaard
2017-10-02 10:55:56 +02:00
parent f5e8a4069c
commit 38ae460f59
7 changed files with 39 additions and 38 deletions

View File

@@ -17,6 +17,7 @@ npm install -g yarn --quiet
yarn install --pure-lockfile --no-progress
exit_if_fail npm test
exit_if_fail npm build
echo "running go fmt"
exit_if_fail test -z "$(gofmt -s -l ./pkg | tee /dev/stderr)"