Skip to content

Commit 9aadfd0

Browse files
belemairethymikee
authored andcommitted
docs: fix cli path in contributing doc (#218)
Summary: --------- Fix incorrect path to cli index.js in Contributing documentation.
1 parent 5d0a5d1 commit 9aadfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Repository is splitted into two packages:
2222
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.
2323

2424
```sh
25-
node /path/to/cloned/project/packages/cli/index.js
25+
node /path/to/cloned/project/packages/cli/build/index.js
2626
```
2727

2828
## Testing `init` command

0 commit comments

Comments
 (0)