yarn add @airdao/ui-library
npm install @airdao/ui-library
yarn add [email protected] [email protected] @tanstack/[email protected]
npm install [email protected] [email protected] @tanstack/[email protected]
Note: Use
npm
to install library dependencies or make sure to install peer dependencies
# Install Yalc globally if not installed
yarn add global yalc
# Build library before linking
yarn build
# Publish library to Yalc
yalc publish
# Add library to dapp
yalc add @airdao/ui-library
- Build before pushing to make sure it works
- Bump version in
package.json
- Remove .yalc library from dapp (or add it to .gitignore)
- Reinstall library from npm