install dependencies before test
This commit is contained in:
parent
2f322305fe
commit
158dd73854
@ -7,7 +7,7 @@ all: deps
|
|||||||
deps:
|
deps:
|
||||||
yarn install
|
yarn install
|
||||||
|
|
||||||
test:
|
test: deps
|
||||||
yarn test --ci --all --watchAll=false
|
yarn test --ci --all --watchAll=false
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user