You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2019. It is now read-only.
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.
Currently,
npm ciruns the postinstall script if it is present, which works well enough, but I would like a little more control after installing duringnpm ciby 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 bootstrapin a postinstall script, while runninglerna bootstrap --ciin a postci script.(I found a similar request on npm.community.)