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 Nov 16, 2022. It is now read-only.
How I understand - this script check only packages versions, but if new package was added or some package was removed verifying is succcess.
It would be wonderful to provide an options for setup validation conditions like:
Version changed
Package added
Package removed
I use this package not only for success running npm ci on production agents, but also to provide clearness for our developers team, so if package was removed or added without install - I want the alert about it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How I understand - this script check only packages versions, but if new package was added or some package was removed verifying is succcess.
It would be wonderful to provide an options for setup validation conditions like:
I use this package not only for success running
npm ci
on production agents, but also to provide clearness for our developers team, so if package was removed or added without install - I want the alert about it.The text was updated successfully, but these errors were encountered: