Closed rajsite closed 1 month ago
The most recent renovate update left the lockfile in a state where running npm install causes fix-ups to be written locally.
npm install
Rebuild lock file (git clean -fdx, del package-lock.json, npm install).
git clean -fdx
del package-lock.json
Rely on CI.
Pull Request
๐คจ Rationale
The most recent renovate update left the lockfile in a state where running
npm install
causes fix-ups to be written locally.๐ฉโ๐ป Implementation
Rebuild lock file (
git clean -fdx
,del package-lock.json
,npm install
).๐งช Testing
Rely on CI.
โ Checklist