chore(*): update conform commands (#150)

This commit is contained in:
Andrew Rynhard 2018-10-04 20:54:58 -07:00 committed by GitHub
parent 8f09202228
commit e114026b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -30,9 +30,9 @@ script:
mkdir -p ./build
rm -rf ./build/*
cd ./src/tools && conform enforce
cd ../kernel && conform enforce
cd ../rootfs && conform enforce
cd ../initramfs && conform enforce
cd ../image && conform enforce
cd ./src/tools && conform build
cd ../kernel && conform build
cd ../rootfs && conform build
cd ../initramfs && conform build
cd ../image && conform build
cd ../

View File

@ -31,7 +31,7 @@ go get -u github.com/autonomy/conform
To build, simply run:
```bash
conform enforce
conform build
```
### License