From 10e7b3a91f1f13a45f7a5a9444706731e161eb85 Mon Sep 17 00:00:00 2001 From: Jay McPartland Date: Thu, 11 Jul 2024 16:48:43 +0100 Subject: [PATCH] Fix theme activation steps --- blueprint.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/blueprint.json b/blueprint.json index cc8d055..e685235 100644 --- a/blueprint.json +++ b/blueprint.json @@ -55,7 +55,11 @@ }, { "step": "wp-cli", - "command": "wp theme activate --network humanity-theme" + "command": "wp theme enable humanity-theme --network" + }, + { + "step": "wp-cli", + "command": "wp theme activate humanity-theme" }, { "step": "installPlugin",