mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
install dependencies before test
This commit is contained in:
@ -7,7 +7,7 @@ all: deps
|
||||
deps:
|
||||
yarn install
|
||||
|
||||
test:
|
||||
test: deps
|
||||
yarn test --ci --all --watchAll=false
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user