-
Notifications
You must be signed in to change notification settings - Fork 38
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
Pass arguments to npm script? #37
Comments
@M-Zuber hello? |
Sorry been a bit behind in getting to issues here... |
Feature request. |
We can use npx instead of |
…when task name is specified. It is not currently possible to support arguments without a task because argv[2] was hard-coded to be the task name. If it were defined as “--arg”, it would treat that as the task name. fixes M-Zuber#37
…when task name is specified. It is not currently possible to support arguments without a task because argv[2] was hard-coded to be the task name. If it were defined as “--arg”, it would treat that as the task name. fixes M-Zuber#37
Sounds interesting, would have to read up more on it |
…when task name is specified. It is not currently possible to support arguments without a task because argv[2] was hard-coded to be the task name. If it were defined as “--arg”, it would treat that as the task name. fixes M-Zuber#37
…when task name is specified. It is not currently possible to support arguments without a task because argv[2] was hard-coded to be the task name. If it were defined as “--arg”, it would treat that as the task name. fixes M-Zuber#37
…when task name is specified. It is not currently possible to support arguments without a task because argv[2] was hard-coded to be the task name. If it were defined as “--arg”, it would treat that as the task name. fixes M-Zuber#37
So I looked into this some, and the current set up will not allow for this without some uncomfortable twisting. |
should effectively do:
The text was updated successfully, but these errors were encountered: