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",