X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/27f584f8f0d3270f3e737c401a794a37aa1b45c5..afdb6a890b2db8e9ab03a584e714e30a6747fd18:/Makefile diff --git a/Makefile b/Makefile index 4a8854c3..6da3ed10 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ VERSION?=$(shell ./version-at-commit.sh HEAD) # changes in the package. (i.e. example config files externally added ITERATION?=1 -TARGETS?="centos7 debian8 debian9 debian10 ubuntu1404 ubuntu1604 ubuntu1804" +TARGETS?="centos7 debian8 debian10 ubuntu1404 ubuntu1604 ubuntu1804 ubuntu2004" DESCRIPTION=Arvados Workbench2 - Arvados is a free and open source platform for big data science. MAINTAINER=Arvados Package Maintainers @@ -72,7 +72,7 @@ integration-tests-in-docker: workbench2-build-image test: unit-tests integration-tests -build: test +build: yarn-install VERSION=$(VERSION) yarn build $(DEB_FILE): build