Skip to content

Conversation

szokeasaurusrex
Copy link
Member

As we are doing --package-lock-only (which does not actually install packages), we don't have the dependencies needed to run the install.js script, which is auto-run when installing. By passing --ignore-scripts, we skip running install.js, and only end up bumping the package-lock.json, which is what we want to do.

This did not get done automatically on release. I will put a PR on top of this to fix the automatic script, so we do not need to do this manually again.
As we are doing `--package-lock-only` (which does not actually install packages), we don't have the dependencies needed to run the `install.js` script, which is auto-run when installing. By passing `--ignore-scripts`, we skip running `install.js`, and only end up bumping the `package-lock.json`, which is what we want to do.
@szokeasaurusrex szokeasaurusrex requested a review from a team as a code owner September 18, 2025 16:18
Base automatically changed from szokeasaurusrex/unstale-package-lock to master September 18, 2025 16:34
@szokeasaurusrex szokeasaurusrex enabled auto-merge (squash) September 18, 2025 16:34
@szokeasaurusrex szokeasaurusrex merged commit 180327c into master Sep 18, 2025
25 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/fix-post-update branch September 18, 2025 16:59
runningcode pushed a commit that referenced this pull request Sep 19, 2025
As we are doing `--package-lock-only` (which does not actually install
packages), we don't have the dependencies needed to run the `install.js`
script, which is auto-run when installing. By passing
`--ignore-scripts`, we skip running `install.js`, and only end up
bumping the `package-lock.json`, which is what we want to do.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants