Skip to content

Commit

Permalink
Merge pull request #35 from 10up/feature/add-npm-script
Browse files Browse the repository at this point in the history
Add an `env:destroy` command
  • Loading branch information
dkotter authored Aug 25, 2023
2 parents 79089fa + 23a3f65 commit 9f2e5a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const scripts = {
"env": "wp-env",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"env:destroy": "wp-env destroy",
"postenv:start": "./tests/bin/initialize.sh",
};

Expand Down

0 comments on commit 9f2e5a9

Please sign in to comment.