From bb8de18a7316c515527358c8b3d6db621e05a729 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 23 Dec 2020 17:54:47 -0800 Subject: [PATCH] Measure the size of minified files --- .github/workflows/code-size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-size.yml b/.github/workflows/code-size.yml index aac2dc6e..338a24a1 100644 --- a/.github/workflows/code-size.yml +++ b/.github/workflows/code-size.yml @@ -13,4 +13,4 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" build-script: "deploy" - pattern: "./packages/webamp/built/*bundle.js" \ No newline at end of file + pattern: "./packages/webamp/built/*bundle.min.js" \ No newline at end of file