Browse Source

chore: simpify size-limit output (#39285)

pull/39189/head
afc163 2 years ago
committed by GitHub
parent
commit
ac0139c2c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/size-limit.yml
  2. 6
      package.json

1
.github/workflows/size-limit.yml

@ -26,4 +26,3 @@ jobs:
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
script: npx size-limit --json --why

6
package.json

@ -166,8 +166,8 @@
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.4.0",
"@qixian.cs/github-contributors-list": "^1.0.3",
"@size-limit/file": "^8.0.0",
"@size-limit/preset-big-lib": "^8.1.0",
"@size-limit/file": "^8.1.0",
"@size-limit/webpack-why": "^8.1.0",
"@stackblitz/sdk": "^1.3.0",
"@testing-library/dom": "^8.17.1",
"@testing-library/jest-dom": "^5.16.3",
@ -288,7 +288,7 @@
"rome": "^10.0.1",
"semver": "^7.3.5",
"simple-git": "^3.0.0",
"size-limit": "^8.0.0",
"size-limit": "^8.1.0",
"stylelint": "^14.9.0",
"stylelint-config-prettier": "^9.0.2",
"stylelint-config-rational-order": "^0.1.2",

Loading…
Cancel
Save