Skip to content

Commit

Permalink
Exclude WASM binary entrypoint in ATTW check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Nov 20, 2023
1 parent afd36ac commit bf8ba17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf8ba17

Please sign in to comment.