From 3504ea275a2c14b8744cd362c8a474a021596b1f Mon Sep 17 00:00:00 2001 From: Alex Boatwright Date: Thu, 19 Dec 2019 16:21:34 -0800 Subject: [PATCH] feat: generate types for tests (#16300) --- ui/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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: