@bsport/common
v4.0.20
Published
Commons utilities and values for bsport
Readme
How to link your local package to your project
Comment this line in .npmrc :
# //registry.npmjs.org/:_authToken=${NPM_TOKEN}In this directory, run
# In bsport/common-js
yarn compilethen
# In bsport/common-js
yarn linkand then in the repo you want to use this package as local :
# In bsport/mobile, bsport/saas, etc.
yarn link "@bsport/common"How to update
Increment the package version in the package.json
push
wait then profit
