feat: generate types for tests (#16300)

pull/13370/head
Alex Boatwright 2019-12-19 16:21:34 -08:00 committed by GitHub
parent 1d3e0daca4
commit 3504ea275a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: