el-ojo-de-iberoamerica-common
v2.7.67
Published
Common components for El Ojo de Iberoamérica
Downloads
14
Readme
El Ojo de Iberoamérica - Common
Publish a new version
- Update version at
package.json
- Run
yarn build-lib
- Run
npm publish
- Update el-ojo-de-iberoamerica-common version in your app
- Run
yarn
- Run
yarn dev
- Visit http://localhost:3000/ ✨
Setup lib locally
- Run
yarn link
at {app_dir}/node_modules/react - Run
yarn link "react"
- Run
yarn install --check-files
- Run
yarn build-lib
- Run
yarn link
- Run
yarn link "el-ojo-de-iberoamerica-common"
at {app_dir}/node_modules/react - Run
yarn install --check-files
at {app_dir}/node_modules/react - Run
yarn dev
at {app_dir}/node_modules/react
To see lib changes reflected on the app repeat 4.
Clear lib locally
- Run
yarn unlink
- Run
yarn unlink "react"
- Run
yarn install --check-files
- Run
yarn unlink
at {app_dir}/node_modules/react - Run
yarn unlink "el-ojo-de-iberoamerica-common"
at {app_dir}/node_modules/react - Run
yarn install --check-files
at {app_dir}/node_modules/react - Publish a new version