Skip to content

postinstall script breaks projects #7

Closed
@rchl

Description

@rchl

This postinstall script also tries to run when installing this dependency in a parent project:

"postinstall": "is-ci || husky install"

It breaks npm install since those packages are not necessarily installed in the parent project. I think it might work to use prepare hook instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions