From debf34cf9159dfe981ddc4c730331cdedefdb9a0 Mon Sep 17 00:00:00 2001 From: Johan Jansson Date: Fri, 13 Mar 2026 09:49:01 -1000 Subject: [PATCH] Fix CI error: Check Transpiled JavaScript / Check dist --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 69ced8c..8182f7b 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -43,7 +43,7 @@ jobs: - name: Build dist/ Directory id: build - run: npm run bundle + run: npm run package # This will fail the workflow if the `dist/` directory is different than # expected.