feat: generate types for tests (#16300)
parent
1d3e0daca4
commit
3504ea275a
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue