Skip to content

Commit

Permalink
Makefile - decouple score-compose init from generate
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Sep 15, 2024
1 parent 328725c commit a3f1cf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ help:
.PHONY: .FORCE
.FORCE:

compose.yaml: apps/order/score.yaml apps/product/score.yaml apps/store-front/score.yaml apps/store-admin/score.yaml apps/makeline/score.yaml .score-compose/state.yaml Makefile
.score-compose/state.yaml:
score-compose init \
--no-sample

compose.yaml: apps/order/score.yaml apps/product/score.yaml apps/store-front/score.yaml apps/store-admin/score.yaml apps/makeline/score.yaml .score-compose/state.yaml Makefile
score-compose generate \
apps/order/score.yaml \
apps/product/score.yaml \
Expand Down

0 comments on commit a3f1cf1

Please sign in to comment.