Building workbench2 packages should not run the tests as well, there is
authorWard Vandewege <ward@curii.com>
Fri, 9 Oct 2020 21:19:55 +0000 (17:19 -0400)
committerWard Vandewege <ward@curii.com>
Fri, 9 Oct 2020 21:19:55 +0000 (17:19 -0400)
a separate Makefile target for that.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

Makefile

index 4a8854c3fbfd479e08e94b4073cbb4bc986c6522..6cd906e0f8ed57d70934c6a7b4bb8809db9602f8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ integration-tests-in-docker: workbench2-build-image
 
 test: unit-tests integration-tests
 
-build: test
+build:
        VERSION=$(VERSION) yarn build
 
 $(DEB_FILE): build