Skip to content

Commit

Permalink
Update - add run-composer to npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
matt committed Nov 28, 2023
1 parent 855011c commit c0fe6ca
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",
"start": "npx wp-env start && ./run-composer.sh",
"stop": "npx wp-env stop",
"build": "npx webpack",
"dev": "npx webpack --watch --mode development",
Expand Down

0 comments on commit c0fe6ca

Please sign in to comment.