From eefec2010d27eb5530682c66c88419a0b6803591 Mon Sep 17 00:00:00 2001 From: VladimirAmiorkov Date: Fri, 25 Oct 2019 14:47:11 +0300 Subject: [PATCH] chore: update readme with up-to date contributing steps --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 32d5043..d15787a 100644 --- a/README.md +++ b/README.md @@ -123,5 +123,4 @@ Due to the nature of the `nativescript-dev-debugging` plugin and the way it is u In order to test the node package locally: - Open the app folder `cd app` - Run `npm i` -- Run `npm run install` - will execute the package's postinstall script like it is being installed in the app folder for the first time -- Run `npm run install ` - will execute the package's postinstall script with the configuration of the `n.debug.config.json` file +- Run `npm run nd.install` - will execute the package's postinstall script like it is being installed in the app folder for the first time