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
I need to run the --redeploy argument after every update / install but at the moment I created a loop.
Because I have one Shell-Script and that script includes this line
composer.phar run-script post-install-cmd -vvv -- --redeploy
... some other commands
Is there a way to run the --redeploy as argument with the post-install-cmd hook?
I need to run the --redeploy argument after every update / install but at the moment I created a loop.
Because I have one Shell-Script and that script includes this line
Is there a way to run the --redeploy as argument with the post-install-cmd hook?
For example:
The text was updated successfully, but these errors were encountered: