From 08bc70e9cf3551e9dfbad626dc008f2c4680626d Mon Sep 17 00:00:00 2001 From: Peter Lyons Date: Thu, 23 Jan 2020 08:17:08 -0700 Subject: [PATCH] fix: Reorder subprojects based on dependency order for startup Signed-off-by: Peter Lyons --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.mk b/config.mk index 088601b..0cd4ca7 100644 --- a/config.mk +++ b/config.mk @@ -27,11 +27,11 @@ endef # TAG is the git tag or branch to checkout # Projects will be started in this order define SUBPROJECT_REPOS -git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0-beta \ -git@github.com:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta \ git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0-beta \ git@github.com:/reactioncommerce/reaction-identity.git,reaction-identity,v3.0.0-beta \ -git@github.com:/reactioncommerce/reaction.git,reaction,v3.0.0-beta +git@github.com:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta \ +git@github.com:/reactioncommerce/reaction.git,reaction,v3.0.0-beta \ +git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0-beta endef # List of user defined networks that should be created.