diff --git a/ui/Makefile b/ui/Makefile index 9795617abe..9e5c2235eb 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -9,15 +9,18 @@ node_modules: yarn install e2e: node_modules + yarn generate yarn test:junit build: node_modules $(UISOURCES) yarn build lint: node_modules $(UISOURCES) + yarn generate yarn lint test: + yarn generate yarn test clean: