Skip to content

Commit

Permalink
Add a composer script to update npm dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Sep 6, 2023
1 parent 1b7c993 commit 035d440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"post-install-cmd": "@phing-install-dependencies",
"post-update-cmd": "@phing-install-dependencies",
"qa": "phing qa-console -Ddefaultconfigs=true",
"install-npm-dependencies": "npm install && phing copynodemodules"
"install-npm-dependencies": "npm install && phing copynodemodules",
"update-npm-dependencies": "npm update && phing copynodemodules"
}
}

0 comments on commit 035d440

Please sign in to comment.