Bring back the 5 stars and number of reviews on Amazon
Replace YOUR_TOKEN
with your Github access token that includes read:packages
permission
cat << EOF > .npmrc
//npm.pkg.github.com/:_authToken=YOUR_TOKEN
@cside:registry=https://npm.pkg.github.com/
EOF
pnpm install
pnpm run build
Create a branch from develop
and make a pull request to develop
.