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