X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/df9d9314d55ee5c7119a0b5b59be2c46c1f26390..87fff7ceda76e813646e3fe1c2c41bb8ad567143:/Makefile diff --git a/Makefile b/Makefile index 1e923710..3df3c78c 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,15 @@ clean-node-modules: clean: clean-rpm clean-deb clean-node-modules -yarn-install: +arvados-server-install: + cd $(ARVADOS_DIRECTORY) + go mod download + cd cmd/arvados-server + go install + cd - + ~/go/bin/arvados-server install -type test + +yarn-install: arvados-server-install yarn install unit-tests: yarn-install