DHI-GRAS / react-components

React components we use in our frontends
MIT License
1 stars 0 forks source link

feat(development-environment): Add yalc for local testing the publish… #14

Closed bertearazvan closed 4 years ago

bertearazvan commented 4 years ago

In this PR I am adding the package yalc for local testing in other local apps.

The script that needs to run is yarn yalc:link which builds the package and shares it on yalc store and after that, it can simply be imported in other local apps using yalc add @dhi-gras/react-components as a regular package.

The main documentation suggests adding it as a global package, which I also advise.

bertearazvan commented 4 years ago

To reproduce the errors simply follow the guideline on how to set up the development environment https://webpack.js.org/guides/development/

bertearazvan commented 4 years ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: