-
Notifications
You must be signed in to change notification settings - Fork 8
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 this to the scripts. #17
Comments
no chance for &&, use npm-run-all:
|
What's the problem with &&? Should we change this in the other scripts too? I like the scripts, but I'm not sure if we should add this really specific scripts like f.e. |
&& is not working on windows. you can use pre/post scripts or npm-run-all tool |
Okay. Then I think we should change all the script to use npm-run-all. |
Had a second look at the scripts. This are the scripts I would add. @hemanth which do you want to add?
|
All the |
Thanks to @iamstarkov
The text was updated successfully, but these errors were encountered: