@theroutingcompany/components 0.0.44-alpha.5 → 0.0.45-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,7 @@ View the [StoryBook](https://component-library-poxjaz55ba-uc.a.run.app/).
4
4
 
5
5
  ## Developing Locally
6
6
 
7
- Clone the dashboard repo at the same level as this one. Then run `npm link ../component-library` from the dashboard repo. Then run `npm run dev` from the component library repo. This will make hot module reloading within dash work with the changes you make to the component files.
7
+ Clone the dashboard repo at the same level as this one. Make sure you are branched off of the `main` component-library branch. Then run `npm link ../component-library` from the dashboard repo. Then run `npm run dev` from the component library repo. This will make hot module reloading within dash work with the changes you make to the component files.
8
8
 
9
9
  ## Publishing
10
10