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