| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Create dedicated check scripts for lockfile accuracy. | Owen Jacobson | 2025-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. | |||
