We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891ea0c commit c14a42bCopy full SHA for c14a42b
package.json
@@ -14,6 +14,7 @@
14
"env:start": "wp-env start",
15
"env:stop": "wp-env stop",
16
"env:reset": "wp-env clean",
17
+ "env:destroy": "wp-env destroy",
18
"env:install": "wp-env run cli \"wp db reset --yes\" && wp-env run cli \"wp core multisite-install --title='Multisite Shared Blocks' --admin_user='admin' --admin_password='password' --admin_email='[email protected]'\" && wp-env run cli \"wp plugin activate multisite-shared-blocks --network\" && wp-env run cli \"wp site create --slug=site-one\"",
19
"env:cli": "wp-env run cli",
20
"pretest:php": "wp-env start",
0 commit comments