Skip to content

Conversation

@sdirix
Copy link
Member

@sdirix sdirix commented Oct 31, 2025

What it does

Npm scripts which delegate to other npm scripts need to use -- to forward parameters to the invoked script. This fix makes sure to add argument forwarding to all relevant scripts.

How to test

  • Run npm start:debug in the Browser and/or Electron example
  • Observe that "Debug" logs are shown in the Terminal
  • Without this PR, they are not shown because the log-level=debug is lost

Follow-ups

Breaking changes

  • This PR introduces breaking changes and requires careful review. If yes, the breaking changes section in the changelog has been updated.

Attribution

Review checklist

Reminder for reviewers

Npm scripts which delegate to other npm scripts need to use '--' to
forward parameters to the invoked script. This fix makes sure to add
argument forwarding to all relevant scripts.
@github-project-automation github-project-automation bot moved this to Waiting on reviewers in PR Backlog Oct 31, 2025
Copy link
Contributor

@ndoschek ndoschek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM 👍

@github-project-automation github-project-automation bot moved this from Waiting on reviewers to Needs merge in PR Backlog Nov 3, 2025
@ndoschek ndoschek merged commit f08fe71 into master Nov 3, 2025
16 of 17 checks passed
@ndoschek ndoschek deleted the sdirix/script-invocation-fix branch November 3, 2025 15:10
@github-project-automation github-project-automation bot moved this from Needs merge to Done in PR Backlog Nov 3, 2025
@github-actions github-actions bot added this to the 1.67.0 milestone Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants