-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Real composer scripts #901
Comments
Is a makefile an alternative? |
Why not. That'd require a new configurator. PR welcome. |
Hello I also think that this would be a nice feature. My user case. |
@nicolas-grekas You mean like this one? https://github.com/symfony/flex/blob/1.x/src/Configurator/MakefileConfigurator.php#L21 |
While using in the manifest
composer-scripts
I just assumed its thescripts
part of thecomposer.json
and thats currently not 😅 .It would be nice to be able to define them like
and then I can run them with
composer run build-js
. This works already out of the box with Composer when its in the correct key set 😅The text was updated successfully, but these errors were encountered: