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