From 99352db6d66f4e9805fb2da77fb47c655e77038b Mon Sep 17 00:00:00 2001 From: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:31:01 +0900 Subject: [PATCH] Add local version of wp-env schema to .wp-env.json (#63253) Co-authored-by: t-hamano Co-authored-by: fabiankaegy Co-authored-by: ajlende --- .wp-env.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.wp-env.json b/.wp-env.json index 20d5597e54bbc..05ea05b2809f9 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,4 +1,5 @@ { + "$schema": "./schemas/json/wp-env.json", "core": "WordPress/WordPress", "plugins": [ "." ], "themes": [ "./test/emptytheme" ],