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

Add a shorthand syntax for the Npm task #316

Open
decoyjoe opened this issue Dec 2, 2019 · 1 comment
Open

Add a shorthand syntax for the Npm task #316

decoyjoe opened this issue Dec 2, 2019 · 1 comment

Comments

@decoyjoe
Copy link
Member

decoyjoe commented Dec 2, 2019

It would be nice for the Npm task to support a shorthand syntax to make multiple Npm tasks in a whiskey.yml more concise.

From:

- Npm:
    Command: install

- Npm:
    Command: audit

- Npm:
    Command: run
    Argument: build

To:

- Npm: install

- Npm: audit

- Npm: run build
@pnstickne
Copy link
Contributor

Also applies for PS tasks. There is some structure to have to separate though.

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

No branches or pull requests

2 participants