Skip to content

Commit 10e7b3a

Browse files
committed
Fix theme activation steps
1 parent 939d499 commit 10e7b3a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

blueprint.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@
5555
},
5656
{
5757
"step": "wp-cli",
58-
"command": "wp theme activate --network humanity-theme"
58+
"command": "wp theme enable humanity-theme --network"
59+
},
60+
{
61+
"step": "wp-cli",
62+
"command": "wp theme activate humanity-theme"
5963
},
6064
{
6165
"step": "installPlugin",

0 commit comments

Comments
 (0)