From ecd89459d011a34f519930190d5c09d51b5c16d0 Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Wed, 12 Jul 2017 14:39:09 -0700 Subject: [PATCH] Fix instructions for testing edit to an existing package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3c4fe78f..ad0e9969fd 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ First, [fork](https://guides.github.com/activities/forking/) this repository, in // Steve // John ``` -* `npm install -g typescript@2.0` and run `tsc`. +* If there is a `tslint.json`, run `npm run lint package-name`. Otherwise, run `tsc` in the package directory. When you make a PR to edit an existing package, `dt-bot` should @-mention previous authors. If it doesn't, you can do so yourself in the comment associated with the PR.