install-changed
install-changed copied to clipboard
Use lockfile instead of package.json dependencies?
A bit more precise, would be to hash lockfile instead of package.json dependencies.
Would be cool to be able to configure whether it runs npm install
or npm ci
for example.
Edit: This functionality seems to exist but isn't documented