@crowdhub/components-lib
v0.1.4
Published
Base React components library for Crowdhub projects.
Downloads
47
Keywords
Readme
crowdhub-components-library
Install Dependencies
yarn
Developing the CMS Standalone
To spin up a dev environment for the CMS alone, run:
yarn cms
Publishing Locally
To test your local changes with a specific project without publishing to NPM run this command
yarn local
Publishing to NPM
To publish to NPM, run:
yarn build &&
npm i -g npm@latest &&
npm version 0.1.4 --allow-same-version false --git-tag-version false --commit-hooks false &&
npm config set @crowdhub:registry https://registry.npmjs.org/ &&
npm config set //registry.npmjs.org/:_authToken=$NPM_PIPELINE_TOKEN &&
npm publish --access public