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
...this will add this project, `react` and `react-dom` to a local yarn registry.
57
57
58
-
Switching back to the project you are developing, run;
58
+
Switching back to the project you are developing, run:
59
59
60
60
```shell
61
61
yarn install
@@ -66,7 +66,7 @@ yarn link @canonical/react-components
66
66
67
67
...to pull the linked deps from the local registry. If you now run `yarn build-watch` in your `react-components` folder, your project should pick up any changes on refresh or hot module reload.
68
68
69
-
**Note:** When you're finished working locally - don't forget to go back and unlink;
69
+
**Note:** When you're finished working locally - don't forget to go back and unlink:
0 commit comments