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 buildCreate a branch from develop and make a pull request to develop .