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

how to add suffix like --watch to each command? #153

Closed
veeramarni opened this issue Jul 22, 2018 · 1 comment
Closed

how to add suffix like --watch to each command? #153

veeramarni opened this issue Jul 22, 2018 · 1 comment

Comments

@veeramarni
Copy link

        "build": "npm run build:clean && npm run build:lib",
        "build:clean": "rimraf lib",
        "build:lib": "concurrently \"webpack --env.BUILD_FRONTEND\" \"webpack --env.BUILD_BACKEND\"",
        "build:lib:watch": "npm run build:lib -- --watch",

I was expecting the build:lib:watch to generate as

"concurrently \"webpack --env.BUILD_FRONTEND --watch\" \"webpack --env.BUILD_BACKEND --watch\""
@gustavohenke
Copy link
Member

Duplicate of #33

@gustavohenke gustavohenke marked this as a duplicate of #33 Jul 24, 2018
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