Skip to content

Commit 9be4bd6

Browse files
committed
Activate Posts-to-Posts after phpdoc-parser
1 parent 0feb5bb commit 9be4bd6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

blueprint.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@
4545
"activate": true
4646
}
4747
},
48-
{
49-
"step": "installPlugin",
50-
"pluginZipFile": {
51-
"resource": "wordpress.org/plugins",
52-
"slug": "posts-to-posts"
53-
},
54-
"options": {
55-
"activate": true
56-
}
57-
},
5848
{
5949
"step": "writeFile",
6050
"path": "/wordpress/wporg-mu-plugins.zip",
@@ -142,6 +132,16 @@
142132
"step": "wp-cli",
143133
"command": "wp plugin activate phpdoc-parser"
144134
},
135+
{
136+
"step": "installPlugin",
137+
"pluginZipFile": {
138+
"resource": "wordpress.org/plugins",
139+
"slug": "posts-to-posts"
140+
},
141+
"options": {
142+
"activate": true
143+
}
144+
},
145145
{
146146
"step": "wp-cli",
147147
"command": "wp rewrite flush"

0 commit comments

Comments
 (0)