Skip to content

Wildcard doesn't pass options #190

@glensc

Description

@glensc

Given package.json

    "build": "run-s build:*",
    "build:vue": "echo vite build",
    "build:second": "echo build second",

and running

❯ yarn build --mode=production
yarn run v1.22.22
$ run-s build:* --mode=production
$ echo vite build
vite build
$ echo build second
build second
✨  Done in 0.52s.

I would expect --mode=production to be passed to each script.

could be related to other bug:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions