From bf8ba173d8656ec67ea421cbecdd0e412378f76c Mon Sep 17 00:00:00 2001 From: myl7 Date: Mon, 20 Nov 2023 19:42:00 +0800 Subject: [PATCH] Exclude WASM binary entrypoint in ATTW check in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a9dd0b4..dc01824 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,4 +45,4 @@ jobs: - run: npm run build - run: npm run test - name: Check ESM module resolution - run: npx @arethetypeswrong/cli --ignore-rules cjs-resolves-to-esm --pack + run: npx @arethetypeswrong/cli --ignore-rules cjs-resolves-to-esm --exclude-entrypoints pkg/index_bg.wasm --pack