From 31a009017c20cce8077426cc80e76650ca80240d Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Mon, 28 Nov 2022 13:52:37 -0500 Subject: [PATCH] Add wp-graphql plugin to wp-env Signed-off-by: Joe Fusco --- .wp-env.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.wp-env.json b/.wp-env.json index ebc85ba8..aeb9c723 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,3 +1,6 @@ { - "plugins": [ "." ] + "plugins": [ + ".", + "https://downloads.wordpress.org/plugin/wp-graphql.1.13.0.zip" + ] }