X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/bc311e9eb8d6b0e4850823d4a9acd29d6176d06b..3304c66ff9a14c9f33c97b57952721b375e692c0:/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