You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,7 @@ The NativeScript plugin seed is built to be used as a starting point by NativeSc
29
29
1.`git clone https://github.com/NativeScript/nativescript-plugin-seed nativescript-yourplugin` where `nativescript-yourplugin` is the name of your plugin.
30
30
2.`cd nativescript-yourplugin/src`
31
31
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.
0 commit comments