# Composer install with no scripts doesn't work

**URL:** https://discourse.roots.io/t/composer-install-with-no-scripts-doesnt-work/13743
**Category:** trellis
**Created:** 2018-10-03T08:48:50Z
**Posts:** 14
**Showing post:** 11 of 14

## Post 11 by @alwaysblank — 2018-10-06T14:28:36Z

My apologies, I was tired and didn’t look too closely when I thought I’d found the problem. You’re correct about that line: it’s unrelated to your problem.

I’m not sure what Is causing your problem, but my guess is that it _may_ have to do with the `vendors` folder being copied during a deploy (see: [Johnpbloch/wordpress moved to a new configuration and WP goes missing](https://discourse.roots.io/t/johnpbloch-wordpress-moved-to-a-new-configuration-and-wp-goes-missing/9124/42?u=alwaysblank)). IIRC Trellis does this to speed up deploys, but it may be that when it does, it prevents the “install” event from happening on your package because it is already “installed” from the perspective of Composer. You might be able to solve the issue by removing `vendor` from `project_copy_folders`.

---

_[View the full topic](https://discourse.roots.io/t/composer-install-with-no-scripts-doesnt-work/13743)._
