@carforyou/example
v1.1.3
Published
Example package
Downloads
4
Readme
CAR FOR YOU Example
Usage
npm install @carforyou/example
Development
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
Release a new version
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.
Circle CI
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.