Hello,
I tried adding a script in either "post-install-cmd", "post-update-cmd" or "post-autoload-dump" and none of them seemed to execute.
Is there any way to see more detailed deployment logs? I tried --verbosity="debug" but still couldn't see any calls to composer install or anything like that.
I have seen other articles/topics suggesting "post-install-cmd" works on GAE flex apps, do I just have to migrate to that?
Thanks