From ddf071a1b6aefc88b3f7bd71a74a9131bf17390f Mon Sep 17 00:00:00 2001 From: radeva Date: Fri, 23 Feb 2018 15:32:31 +0200 Subject: [PATCH] docs: remove instructions for tscwatch --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c65c54..3b45cf5 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ The NativeScript plugin seed is built to be used as a starting point by NativeSc 1. `git clone https://github.com/NativeScript/nativescript-plugin-seed nativescript-yourplugin` where `nativescript-yourplugin` is the name of your plugin. 2. `cd nativescript-yourplugin/src` 3. `npm run postclone` -4. `npm run demo.ios` or `npm run demo.android` to run the demo. -5. In another command prompt/terminal `npm run plugin.tscwatch` to watch typescript changes in the plugin and to automatically apply them in the demo. +4. `npm run demo.ios` or `npm run demo.android` to run the demo. This will automatically watch for TypeScript changes also in your plugin and do the transpilation. ## Long Description