Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json: Add runnable for package.json and composer.json scripts #12285

Merged

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    30bf5eb View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Fix false positives

    Before if you would open the task modal you would see a task for `scripts` which is incorrect, because you cannot run it. So changing it to a custom variable fixes this.
    RemcoSmitsDev committed May 26, 2024
    Configuration menu
    Copy the full SHA
    1618181 View commit details
    Browse the repository at this point in the history
  2. Remove value query

    This allows us to use the same query for `package.json` and `composer.json`
    RemcoSmitsDev committed May 26, 2024
    Configuration menu
    Copy the full SHA
    1a6fbec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9c4337 View commit details
    Browse the repository at this point in the history
  4. Remove unused capture

    RemcoSmitsDev committed May 26, 2024
    Configuration menu
    Copy the full SHA
    61a4cab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ddfb59 View commit details
    Browse the repository at this point in the history