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
|
.PHONY: dep-frontend
|
||||||
dep-frontend:
|
dep-frontend:
|
||||||
cd frontend
|
cd frontend && yarn install --frozen-lockfile
|
||||||
yarn install --frozen-lockfile
|
|
||||||
|
|
||||||
.PHONY: build-frontend-sandbox
|
.PHONY: build-frontend-sandbox
|
||||||
build-frontend-sandbox: dep-frontend
|
build-frontend-sandbox: dep-frontend
|
||||||
|
|
Loading…
Reference in New Issue