diff --git a/.wp-env.json b/.wp-env.json new file mode 100644 index 0000000..2989f73 --- /dev/null +++ b/.wp-env.json @@ -0,0 +1,3 @@ +{ + "plugins": [ "." ] +} diff --git a/package.json b/package.json index 97bda5d..2e6cefb 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,15 @@ "format": "wp-scripts format", "lint:css": "wp-scripts lint-style --fix", "lint:js": "wp-scripts lint-js", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "wp-env": "wp-env" }, "author": "Human Made Limited", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/scripts": "^28.6.0" + }, + "devDependencies": { + "@wordpress/env": "^10.25.0" } }