@brighterly/ui-kit
v0.1.7
Published
Official Brighterly ui-kit
Keywords
Readme
ui-kit
to enable prepush guard run:
chmod +x _tools/git/pre-push
ln -s ../../_tools/git/pre-push .git/hooks/pre-pushto download deps: run:
set -a; source .env; set +a
pnpm ito login in npm to enable version patch
npm login # and then ENTER to login within browser
npm whoami # to check is everything correct, should log "brighterly"to trigger auto-publish with ci to update package version patch|minor|major - (developer must decide what the version should be) run: with empty stage changes (any changes that was made can be freely pushed to the repo ci triggers only on tag with v@.@.@ prefix)
pnpm version patch -m "release: v%s message for the changes"
git push --follow-tags