0.1.3 • Published 8 months ago
@ecohami/react v0.1.3
Ecohami React
Publish
- Set your npmjs token:
echo "//registry.npmjs.org/:_authToken=<YOUR_NPM_TOKEN>" >> ../../.npmrc
- Publish the package:
pnpm publish --access public
pnpm link for development
- Check if the package is linked:
pnpm list --global --depth=0
- Go to the local package directory:
cd path/to/local/package
- Link the package globally:
pnpm link --global
- Link the package in your project:
pnpm link --global @ecohami/react
- Verify the link:
pnpm list --global --depth=0