trying to fix makefile.
This commit is contained in:
parent
507cb12c0b
commit
dd3e4c9d89
3
Makefile
3
Makefile
|
@ -50,8 +50,7 @@ test-backend-coverage: dep-backend
|
|||
########################################################################################################################
|
||||
.PHONY: dep-frontend
|
||||
dep-frontend:
|
||||
cd frontend
|
||||
yarn install --frozen-lockfile
|
||||
cd frontend && yarn install --frozen-lockfile
|
||||
|
||||
.PHONY: build-frontend-sandbox
|
||||
build-frontend-sandbox: dep-frontend
|
||||
|
|
Loading…
Reference in New Issue