Skip to content

Commit c14a42b

Browse files
committed
Add command to completely remove local env
1 parent 891ea0c commit c14a42b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"env:start": "wp-env start",
1515
"env:stop": "wp-env stop",
1616
"env:reset": "wp-env clean",
17+
"env:destroy": "wp-env destroy",
1718
"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\"",
1819
"env:cli": "wp-env run cli",
1920
"pretest:php": "wp-env start",

0 commit comments

Comments
 (0)