Skip to content

Commit 866ef0c

Browse files
author
radeva
authored
Merge pull request #64 from NativeScript/radeva/tsc-watch
docs: remove instructions for tscwatch
2 parents eff2f09 + cd01f24 commit 866ef0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ The NativeScript plugin seed is built to be used as a starting point by NativeSc
2929
1. `git clone https://github.com/NativeScript/nativescript-plugin-seed nativescript-yourplugin` where `nativescript-yourplugin` is the name of your plugin.
3030
2. `cd nativescript-yourplugin/src`
3131
3. `npm run postclone`
32-
4. `npm run demo.ios` or `npm run demo.android` to run the demo.
33-
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.
32+
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.
3433

3534
## Long Description
3635

0 commit comments

Comments
 (0)