Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Mar 29, 2024
1 parent 79a2d24 commit 895f6bd
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@
"networking": true
},
"steps": [
{
"step": "wp-cli",
"command": "wp option update visualizer_fresh_install 1"
},
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
Expand All @@ -27,6 +18,19 @@
"options": {
"activate": true
}
},
{
"step": "wp-cli",
"command": "wp option update visualizer_fresh_install 1"
},
{
"step": "wp-cli",
"command": "wp option delete visualizer-activated"
},
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}

0 comments on commit 895f6bd

Please sign in to comment.