From b1236d7a7a914e25cf486cbc342c435d292f702d Mon Sep 17 00:00:00 2001 From: Benoit Lemaire Date: Mon, 11 Mar 2019 10:31:21 -0700 Subject: [PATCH] docs: fix cli path in contributing doc --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 436768813..ca0ad0b51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ Repository is splitted into two packages: You can test your changes by calling `cli.js` directly from the cloned repository. You need to make sure the version of React Native matches the one present in devDependencies of the CLI. Otherwise, you may get unexpected errors. ```sh -node /path/to/cloned/project/packages/cli/index.js +node /path/to/cloned/project/packages/cli/build/index.js ``` ## Testing `init` command