United-Philanthropy-Forum / km-starter-kit

KM Starter Kit
0 stars 1 forks source link

Use the drops version of scripts/composer/ScriptHandler.php #15

Closed mariacha closed 4 years ago

mariacha commented 4 years ago

Right now it's just a copy of the one in the Pantheon repo. We should just use that one. Basically, update this line: https://github.com/United-Philanthropy-Forum/km-starter-kit/blob/master/composer.json#L48

to point to:

./vendor/pantheon-systems/example-drops-8-composer/scripts/composer/ScriptHandler.php

We can test it's working if pantheon deploys work. Probably good test this out on kmc-tester first because of that.

mariacha commented 4 years ago

I tried this as part of https://github.com/United-Philanthropy-Forum/km-starter-kit/pull/17 but the file needs to exist in this repo or the composer build command fails.