run npm build on windows

This commit is contained in:
Andrey Meshkov 2020-04-15 15:24:12 +03:00
parent 1a34b96d03
commit af34500729
1 changed files with 1 additions and 0 deletions

View File

@ -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