This project currently uses pnpm as its package manager.
Use the following command to install dependencies:
pnpm installTo build the project, execute the following command:
pnpm buildTo run linter, execute the following command:
pnpm lintTo run new changelog execute:
npx changesetTo update version execute:
npx changeset versionTo update version execute:
npx changeset publishremember add new tag in git, with following command (if changeset hasn't created it):
git tag -a v0.0.0 -m 'upgrade to version 0.0.0'push tag with following command:
git push origin tagor to push all (recomended) use:
git push --follow-tagsNavigate to root lib or app to publish, should be logged.
verify dist folder existence.
execute following command:
pnpm build --tag latest