Add build ui step to travis ci
This commit is contained in:
parent
9e49849039
commit
886e4bb102
|
|
@ -28,9 +28,11 @@ before_install:
|
|||
|
||||
install:
|
||||
- dep ensure -v
|
||||
- (cd ui && npm install)
|
||||
|
||||
script:
|
||||
# packr builds a go file for all packr "boxes", this would be f.ex. the spec.json file.
|
||||
- (cd ui && npm run build)
|
||||
- packr
|
||||
- make test
|
||||
- make check
|
||||
|
|
|
|||
Loading…
Reference in New Issue