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

Start script doesn't work on Windows #61 #10

Open
basham opened this issue Jan 28, 2019 · 1 comment
Open

Start script doesn't work on Windows #61 #10

basham opened this issue Jan 28, 2019 · 1 comment

Comments

@basham
Copy link
Member

basham commented Jan 28, 2019

csbasham commented on Jun 15, 2018


@anderjak was having problems running npm run start on Windows. We suspect this is due to the && in the run script, because if you manually run these commands in sequence, it works as expected.

"start": "npm install && npm run bootstrap && npm run build"

Investigate packages that allow sequenced scripts that work cross-platform.

@basham
Copy link
Member Author

basham commented Jan 28, 2019

csbasham commented on Jul 9, 2018


I'm starting to experiment with npm-run-all for another project. You can configure scripts to be run in series or parallel. This would be easy to integrate.

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

1 participant