Skip to content

Commit

Permalink
Add a helper command to interact with wp-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Aug 31, 2024
1 parent 4d4a547 commit 814cf72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"lint-js": "eslint *.js assets/js",
"coverage": "composer coverage",
"mess": "composer mess",
"postinstall": "composer install"
"postinstall": "composer install",
"cli": "docker-compose run --rm wp-cli"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 814cf72

Please sign in to comment.