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

added concurrency dependency and watch script for typescript #820

Merged
merged 1 commit into from
Nov 1, 2018
Merged

added concurrency dependency and watch script for typescript #820

merged 1 commit into from
Nov 1, 2018

Conversation

ryanvolum
Copy link
Contributor

@ryanvolum ryanvolum commented Oct 31, 2018

Fixes #819

Proposed Changes

  1. Adds yeoman dependency on concurrently, a package that allows for running multiple commands concurrently
  2. Adds working watch script:
    "watch": "concurrently --kill-others \"tsc -w\" \"nodemon ./lib/index.js\""
    This script runs tsc -w and nodemon concurrently, and kills both processes if either fails.

@cleemullins
Copy link
Contributor

@ryanvolum This looks good to me, but I would like to wait until a JS / TS person confirms...

Copy link
Contributor

@cleemullins cleemullins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed in person with @Stevenic, who said "Merge it!". 👍

@cleemullins cleemullins merged commit 192b8c9 into microsoft:master Nov 1, 2018
sgellock added a commit that referenced this pull request Nov 17, 2018
PR #820 was a partical fix.
this PR includes fixes for all the typescript samples
it also fixes README.MD file casing to be README.md where this was broken
sgellock added a commit that referenced this pull request Nov 18, 2018
* Fix bug introduced with yeoman nodejs template default bot name change

a PR that changed the default bot name used by the yeoman generator from camelCase to kabob-case didn’t include an update to the documentation.

this corrects that

* Fixes #901 Yeoman generated echobot "watch" script does not watch

PR #820 was a partical fix.
this PR includes fixes for all the typescript samples
it also fixes README.MD file casing to be README.md where this was broken
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

Successfully merging this pull request may close these issues.

2 participants