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

Support request: order of execution with wildcard #116

Open
gunzip opened this issue Nov 30, 2017 · 2 comments
Open

Support request: order of execution with wildcard #116

gunzip opened this issue Nov 30, 2017 · 2 comments
Labels

Comments

@gunzip
Copy link

gunzip commented Nov 30, 2017

When you use the glob pattern to run tasks in sequence (ie. with run-s):

npm-run-all build:*

what's the expected order of execution ?

@mysticatea
Copy link
Owner

Thank you for the question.

It executes tasks in definition order in package.json.

@1000i100
Copy link

1000i100 commented Oct 12, 2018

build:prodFolder:mk will not be catch by build:*
i had to change it for build:prodFolder_mk to make it work

Edit : build:** do the stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants