0.1.3 • Published 8 months ago

@ecohami/react v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Ecohami React

Publish

  1. Set your npmjs token:
echo "//registry.npmjs.org/:_authToken=<YOUR_NPM_TOKEN>" >> ../../.npmrc
  1. Publish the package:
pnpm publish --access public

pnpm link for development

  1. Check if the package is linked:
pnpm list --global --depth=0
  1. Go to the local package directory:
cd path/to/local/package
  1. Link the package globally:
pnpm link --global
  1. Link the package in your project:
pnpm link --global @ecohami/react
  1. Verify the link:
pnpm list --global --depth=0