0.2.13 • Published 4 months ago

@octostar/ui v0.2.13

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Contributing

The Setup

Development

  • Install correct version of npm (from .nvmrc) and pnpm:

    nvm use
    npm install -g pnpm@9.12.3
  • Install dependencies:

    pnpm install
  • Build the library:

    pnpm build
  • Run storybook:

    pnpm storybook
  • Unit test component with:

    pnpm test
  • Creating commit messages

  • Create changeset:

    pnpm changeset

Release & Publish package

This repo uses changesets to automatically generate CHANGELOG, create releases and publish to NPM registry via GitHub Actions. You can see action details at release.yml.

To automating publish this library, follow these steps:

P/S: Remember to check the Allow GitHub Actions to create and approve pull requests in your repo Settings > Actions > General & scroll to Workflow permissions.