Skip to content

Commit

Permalink
Update - run-composer then wp-env
Browse files Browse the repository at this point in the history
  • Loading branch information
matt committed Nov 28, 2023
1 parent c0fe6ca commit 829571b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"hard-reset": "./hard-reset.sh",
"wp:clean": "npx wp-env clean all",
"wp:sql": "npx wp-env run cli wp db cli",
"start": "npx wp-env start && ./run-composer.sh",
"start": "./run-composer.sh && npx wp-env start",
"stop": "npx wp-env stop",
"build": "npx webpack",
"dev": "npx webpack --watch --mode development",
Expand Down

0 comments on commit 829571b

Please sign in to comment.