Skip to content

Commit

Permalink
Add npm install script as composer post install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nani-samireddy committed Feb 11, 2025
1 parent 83f1b59 commit 2fd19c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"scripts": {
"phpcbf": "phpcbf",
"phpcs": "phpcs",
"post-install-cmd": [
"npm i"
],
"pot": "wp i18n make-pot . ./languages/blank-theme.pot --domain=blank-theme --package-name=\"Blank Theme\" --skip-theme-json"
}
}

0 comments on commit 2fd19c0

Please sign in to comment.