Skip to content

Commit

Permalink
fix target.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jan 26, 2023
1 parent eebab3d commit e3501c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e3501c9

Please sign in to comment.