Local Development First, navigate to the library’s directory: yarn link Link the Library in Your Consuming Project yarn link "@selldone/core-js" Unlink the Library cd path/to/your/project yarn unlink "@selldone/core-js" yarn install