From ceeeaf956b328bc15937d4c9daffec8d1bd1bd49 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Tue, 26 Nov 2024 16:27:27 +0900 Subject: [PATCH] chore: type esm to false --- .github/workflows/update-configuration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-configuration.yml b/.github/workflows/update-configuration.yml index 112736a..d2e9f33 100644 --- a/.github/workflows/update-configuration.yml +++ b/.github/workflows/update-configuration.yml @@ -14,7 +14,7 @@ jobs: - name: Update Manifest and Commit Changes uses: ubiquity-os/action-deploy-plugin@main with: - treatAsEsm: true + treatAsEsm: false sourcemap: false pluginEntry: ${{ github.workspace }}/src/main.ts commitMessage: "chore: updated manifest.json and dist build"