You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this is not possible - but definitely a missing feature.
As adding custom composer commands thru a plugin is not possible I thought about adding an vendor/bin/extra-assets binary for such commands.
What has to be kept in mind is that npm packages are per-composer package (or root).
Possible usage:
./vendor/bin/extra-assets npm-update example/composerpackage example-npm-package ./vendor/bin/extra-assets npm-update root example-npm-package (or maybe the package (root) should not be needed in that case)
And the same should also be possible for bower packages:
Is there an equivalent to "composer.phar update my/package" for npm packages?
For example: execute "npm update zombie" through composer.phar.
The text was updated successfully, but these errors were encountered: