run npm build on windows
This commit is contained in:
parent
1a34b96d03
commit
af34500729
|
@ -56,6 +56,7 @@ script:
|
||||||
/bin/bash ci.sh
|
/bin/bash ci.sh
|
||||||
;;
|
;;
|
||||||
windows)
|
windows)
|
||||||
|
npm --prefix client run build-prod
|
||||||
go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./...
|
go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue