my-react-lib-bitbucket
v1.0.2
Published
Inspired of :
Downloads
11
Readme
This is a test component publish to npm through bitbucket
Inspired of :
https://dev.to/monicat/build-publish-your-own-private-npm-package-for-free-47ol
Warning
- npm version must be 10.7.0 to avoid this error while doing
npm publish
child "otp" fails because ["otp" with value "[object Object]" fails to match the required pattern: /^\d+$/, "otp" length must be 64 characters long]
- config ssh key of bitbucket repository : https://support.atlassian.com/bitbucket-cloud/docs/set-up-personal-ssh-keys-on-windows/
Step to follow
- Setup your component in
/src/component
- increment package version
yarn rollup
- Commit your changes and push to bitbucket
npm publish