X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f8c0896ef3dc92a2ec77aecfee87a930fb30c661..38bcb23ba4dec9b1eda066936541341785fc657a:/Makefile diff --git a/Makefile b/Makefile index 4252ca0ef8..98c0e5197c 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ yarn-install: yarn install test: yarn-install - yarn test --watchAll --bail --ci + yarn test --no-watchAll --bail --ci build: test yarn build