Skip to content

Commit

Permalink
Measure the size of minified files
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Dec 24, 2020
1 parent c3b142a commit bb8de18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
build-script: "deploy"
pattern: "./packages/webamp/built/*bundle.js"
pattern: "./packages/webamp/built/*bundle.min.js"

0 comments on commit bb8de18

Please sign in to comment.