Skip to content

Commit

Permalink
chore: size limit action
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobadini committed Jan 22, 2024
1 parent d0260dc commit e86d602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
script: yarn size-limit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "export NODE_OPTIONS=--openssl-legacy-provider && size-limit",
"size": "export NODE_OPTIONS=--openssl-legacy-provider && size-limit --json",
"format": "prettier --write './**/*.ts'"
},
"devDependencies": {
Expand Down

0 comments on commit e86d602

Please sign in to comment.