Skip to content

Commit 476312d

Browse files
authored
Merge pull request #2 from amnestywebsite/fix/theme-activation
Fix theme activation steps
2 parents 939d499 + 10e7b3a commit 476312d

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)