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
|
yarn run build -- --configuration sandbox --output-path=../dist
|
||||||
|
|
||||||
.PHONY: frontend-build-prod
|
.PHONY: frontend-build-prod
|
||||||
frontend-build-sandbox: frontend-dep
|
frontend-build-prod: frontend-dep
|
||||||
cd frontend
|
cd frontend
|
||||||
yarn run build -- --configuration prod --output-path=../dist
|
yarn run build -- --configuration prod --output-path=../dist
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue