X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f8c0896ef3dc92a2ec77aecfee87a930fb30c661..1a59e5dcc15a9a1aebfd15a08903fcb75efd2aac:/Makefile diff --git a/Makefile b/Makefile index 4252ca0e..98c0e519 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