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

Run multiple npm scripts in parallel #225

Closed
blackfalcon opened this issue Oct 5, 2021 · 0 comments · Fixed by #265
Closed

Run multiple npm scripts in parallel #225

blackfalcon opened this issue Oct 5, 2021 · 0 comments · Fixed by #265
Assignees
Labels
Type: Feature New Feature
Milestone

Comments

@blackfalcon
Copy link
Member

Is your feature request related to a problem? Please describe.

Opening two terminal windows is lame.

Describe the solution you'd like

$ npm i concurrently --save-dev
"dev": "concurrently --kill-others 'npm run dev' 'npm run serve'"

Also, update the default and labs README files
https://github.com/AlaskaAirlines/WC-Generator/blob/master/template/README.md#development

@settings settings bot removed the not-reviewed label Oct 12, 2021
@blackfalcon blackfalcon added the not-reviewed Issue has not been reviewed by Auro team members label Oct 13, 2021
@blackfalcon blackfalcon added this to the v3.11-rc milestone Nov 10, 2021
@blackfalcon blackfalcon removed the not-reviewed Issue has not been reviewed by Auro team members label Nov 11, 2021
@blackfalcon blackfalcon mentioned this issue Nov 11, 2021
8 tasks
@blackfalcon blackfalcon self-assigned this Nov 11, 2021
@blackfalcon blackfalcon linked a pull request Nov 11, 2021 that will close this issue
6 tasks
blackfalcon pushed a commit that referenced this issue Nov 16, 2021
# [3.11.0](v3.10.0...v3.11.0) (2021-11-16)

### Bug Fixes

* **demo:** remove offending code [#268](#268) ([e8b88bc](e8b88bc))
* **markdownmagic:** remove aurolabs version of readme from the commit back function ([1a636b7](1a636b7))
* reinstall jsdoc linter support ([f9db59c](f9db59c))
* **stylelint:** add stylelint-config-standard-scss as a dependency [#267](#267) ([2d45252](2d45252))

### Features

* **dev server:** update to support single shell for dev server [#225](#225) ([eb73188](eb73188))
* **node version:** automate management of node version [#262](#262) ([7325b14](7325b14))
* **node version:** automate management of node version [#262](#262) ([ff6d2d9](ff6d2d9))
* **npx:** update all docs to use npx command [#222](#222) ([657cc1e](657cc1e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant