X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/2209cb79b4d5e48187590433246b9026216cfb6a..fec23dba0d04028d842cc0e2f832ec84828f5bae:/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