Closed nifr closed 2 years ago
The composer tasks use composer <script-name> instead of composer run-script <script-name>.
composer
composer <script-name>
composer run-script <script-name>
This command syntax fails with hook commands like post-install-cmd.
post-install-cmd
See comparison of the 2 commands below:
The
composer
tasks usecomposer <script-name>
instead ofcomposer run-script <script-name>
.This command syntax fails with hook commands like
post-install-cmd
.See comparison of the 2 commands below: