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

Enable lockfile support in Greenkeeper #363

Open
rbardini opened this issue Mar 21, 2018 · 0 comments
Open

Enable lockfile support in Greenkeeper #363

rbardini opened this issue Mar 21, 2018 · 0 comments

Comments

@rbardini
Copy link
Contributor

Description

Since we started using npm ci as the preferred method for installing dependencies, Greenkeeper PRs are failing the build. (see example)

This happens because Greenkeeper only updates package.json, not package-lock.json. If dependencies in the package lock do not match those in package.json, npm ci will exit with an error, instead of updating the package lock.

Expected results

Enable lockfile support in Greenkeeper, so Greenkeeper PRs do not fail the build anymore.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant