Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg-size action #2225

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: pkg-size/action@v1
with:
build-command: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"eslint-plugin-storybook": "^0.11.0",
"husky": "^9.1.7",
"json": "^11.0.0",
"pkg-size": "^2.4.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"react": "^18.0.0",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2878,6 +2878,7 @@ __metadata:
json: "npm:^11.0.0"
maath: "npm:^0.10.8"
meshline: "npm:^3.3.1"
pkg-size: "npm:^2.4.0"
prettier: "npm:^3.3.3"
pretty-quick: "npm:^4.0.0"
react: "npm:^18.0.0"
Expand Down Expand Up @@ -10290,6 +10291,15 @@ __metadata:
languageName: node
linkType: hard

"pkg-size@npm:^2.4.0":
version: 2.4.0
resolution: "pkg-size@npm:2.4.0"
bin:
pkg-size: bin/cli.js
checksum: 10c0/57656b9e45564ecfc232163cf17bbca4e96549c4ee02d39daa91cee1fcd2aea8ae717c24616561037f5cdc39314e6e0b32a34f3d502a75d9f25dce7ec0e44c1e
languageName: node
linkType: hard

"playwright-core@npm:1.45.2":
version: 1.45.2
resolution: "playwright-core@npm:1.45.2"
Expand Down
Loading