We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd81b7 commit 5d7ac69Copy full SHA for 5d7ac69
README.md
@@ -199,7 +199,7 @@ $ yarn link # initialize the linking to the other folder
199
$ cd ../packages/<my-product> # Example: $ cd packages/database
200
$ yarn link # link your product to make it available elsewhere
201
$ cd <my-test-app-dir> # cd into your personal project directory
202
-$ yarn link firebase firebase/<my-product> # tell yarn to use the locally built firebase SDK instead
+$ yarn link firebase @firebase/<my-product> # tell yarn to use the locally built firebase SDK instead
203
```
204
205
This will create a symlink and point your `<my-test-app-dir>` to the locally built version of the firebase SDK.
0 commit comments