Skip to content

Improve the exports and modify the tsup build config #213

Improve the exports and modify the tsup build config

Improve the exports and modify the tsup build config #213

name: Package Size Report
on: pull_request
jobs:
pkg-size-report:
name: Package Size Report
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: Package size report
uses: pkg-size/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}