Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3a7814f

Browse files
committedMay 17, 2025
Fix EskiMojo14/size-limit-action usage
1 parent 0c222a1 commit 3a7814f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
directory: packages/toolkit
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
20-
build_script: build-only
20+
build_script: build
2121
package_manager: yarn
2222
size_margin: non-zero

0 commit comments

Comments
 (0)
Please sign in to comment.