Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 293 Bytes

DEVELOPMENT.md

File metadata and controls

23 lines (13 loc) · 293 Bytes

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

  1. cd path/to/your/project
  2. yarn unlink "@selldone/core-js"
  3. yarn install