Skip to content

Commit 8681779

Browse files
committed
chore: add config
1 parent 42f7ce3 commit 8681779

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/get-size.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
with:
1818
github_token: ${{ secrets.GITHUB_TOKEN }}
1919
package_manager: yarn
20+
script: yarn size-limit

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"size-limit": [
5353
{
54-
"path": "dist",
54+
"path": "dist/static",
5555
"limit": "1 MB"
5656
}
5757
]

0 commit comments

Comments
 (0)