[dev] Monorepo: bypass git clone for WordPress core when spinning off wp-env (#51457)
This commit is contained in:
parent
2e69e94028
commit
b0799716aa
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"core": null,
|
"core": "https://wordpress.org/wordpress-latest.zip",
|
||||||
"phpVersion": "7.4",
|
"phpVersion": "7.4",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"https://github.com/WP-API/Basic-Auth/archive/master.zip",
|
"https://github.com/WP-API/Basic-Auth/archive/master.zip",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"core": null,
|
"core": "https://wordpress.org/wordpress-latest.zip",
|
||||||
"phpVersion": "7.4",
|
"phpVersion": "7.4",
|
||||||
"plugins": [ "." ],
|
"plugins": [ "." ],
|
||||||
"config": {
|
"config": {
|
||||||
|
|
Loading…
Reference in New Issue