Skip to content
This repository was archived by the owner on Aug 17, 2019. It is now read-only.
This repository was archived by the owner on Aug 17, 2019. It is now read-only.

Use postci script instead of postinstall script if present #65

Description

@rhwood

Currently, npm ci runs the postinstall script if it is present, which works well enough, but I would like a little more control after installing during npm ci by running a postci script instead.

My use case is with CI services in a lerna maintained Git repo, where I would like to run lerna bootstrap in a postinstall script, while running lerna bootstrap --ci in a postci script.

(I found a similar request on npm.community.)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions