Skip to content

Commit

Permalink
chore(package): add wp-env commands for WP quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
DamChtlv authored Sep 5, 2024
1 parent 7d11dff commit ec80022
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"is-ci": "^3.0.1"
},
"scripts": {
"preinstall": "npx only-allow bun",
"prepare": "is-ci || husky install",
"preinstall": "npx only-allow bun"
"wp:start": "bunx wp-env start",
"wp:stop": "bunx wp-env stop",
}
}

0 comments on commit ec80022

Please sign in to comment.