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