From 8d593414f16d0067c35846af95c39830ce6ef682 Mon Sep 17 00:00:00 2001 From: SeieunYoo Date: Sun, 13 Oct 2024 23:38:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20build-script=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/bundling-size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundling-size.yml b/.github/workflows/bundling-size.yml index 3dafacd3..b6b27a72 100644 --- a/.github/workflows/bundling-size.yml +++ b/.github/workflows/bundling-size.yml @@ -29,5 +29,5 @@ jobs: uses: preactjs/compressed-size-action@2.7.0 with: repo-token: "${{ secrets.TOKEN }}" - build-script: "ui:build" + build-script: "icons:build && tokens:build && ui:build" pattern: "./packages/wow-ui/dist/*"