fix target.
This commit is contained in:
parent
eebab3d510
commit
e3501c981b
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ frontend-build-sandbox: frontend-dep
|
|||
yarn run build -- --configuration sandbox --output-path=../dist
|
||||
|
||||
.PHONY: frontend-build-prod
|
||||
frontend-build-sandbox: frontend-dep
|
||||
frontend-build-prod: frontend-dep
|
||||
cd frontend
|
||||
yarn run build -- --configuration prod --output-path=../dist
|
||||
|
||||
|
|
Loading…
Reference in New Issue