summaryrefslogtreecommitdiff
path: root/tools/check-lockfiles
Commit message (Collapse)AuthorAge
* Create dedicated check scripts for lockfile accuracy.Owen Jacobson2025-06-11
There isn't a corresponding fix script for this as the lockfiles are rebuilt every time you run a command that resolves dependencies, in either `cargo` or `npm`. Furthermore, `cargo build` (and anything else that runs `build.rs`) will implicitly run `npm install` and update `package-lock.json` in the process.