@vtex/bulk-import-ui
v1.1.10
Published
Admin UI helper library for the bulk import feature
Downloads
394
Maintainers
Keywords
Readme
bulk-import-ui
Admin UI helper library for the bulk import feature
Storybook
Access this package's Storybook page to see and play with its components (you need to login with your GH account to access it).
Setup
- Make sure you have Node.js and Yarn installed.
- Install the dependencies with
yarn install
. - Run Storybook with
yarn storybook
.
A new browser tab will be opened for you at http://localhost:6006 with all component stories.
Running tests
You just have to run yarn test
.
Release process
For now, the release is a manual process. Therefore, after merging the PR to the main branch and verifying that the build has passed, you should manually publish the new version.
How to publish a new version
- Run
git pull
on your local main branch to update it after merging the PR - Run
yarn publish
and answer the questions - for example, if the new version will be a patch/minor/major.:warning: You'll need access to the NPM account, so if you don't have it ask for it on the https://ithelp.vtex.com/.
- Run
git push --tags
to send the publish commit and tag to the remote repo.