composer-patches icon indicating copy to clipboard operation
composer-patches copied to clipboard

Switch from bin/bash-scripts to php scripts to seamless run on windows

Open c33s opened this issue 5 years ago • 0 comments

all scripts in bin are linux only. would be nice to use OS agnostic tools like php or https://robo.li to do all the task running. a simple composer install schould not break it.

composer install
> bin/bootstrap-test-env
'bin' is not recognized as an internal or external command,
operable program or batch file.
Script bin/bootstrap-test-env handling the pre-install-cmd event returned with error code 1

c33s avatar Sep 29 '19 19:09 c33s