@crowdhub/components-lib
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @crowdhub/components-lib

Weekly Downloads

3

Version

0.1.4

License

MIT

Unpacked Size

1.49 MB

Total Files

21

Last publish

Collaborators

  • ajisakson
  • kingofsky1995
  • chtyrone
  • lukewberg
  • ethanol