npm install @carforyou/example
npm run build
You can link your local npm package to integrate it with any local project:
cd carforyou-example-pkg
npm run build
cd carforyou-listings-web
npm link ../carforyou-example-pkg
New versions are released on the ci using semantic-release as soon as you merge into master. Please make sure your merge commit message adheres to the corresponding conventions.
You will need to enable the repository in circle CI ui to be able to build it.
For slack notifications to work you will need to provide the token in circle settings.