Skip to content

Commit

Permalink
Reenable ATTW after fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Nov 26, 2023
1 parent 8b64e50 commit 4065896
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
working-directory: test/brotli-wasm
- run: npm run build
- run: npm run test
# Disabled because of arethetypeswrong/arethetypeswrong.github.io#117.
# It is still run locally.
# - name: Check ESM module resolution
# run: npx @arethetypeswrong/cli --ignore-rules cjs-resolves-to-esm --exclude-entrypoints pkg/index_bg.wasm --pack
# >=0.13.2 because of arethetypeswrong/arethetypeswrong.github.io#117.
- name: Check ESM module resolution
run: npx @arethetypeswrong/cli --package '@arethetypeswrong/cli>=0.13.2' --ignore-rules cjs-resolves-to-esm --exclude-entrypoints pkg/index_bg.wasm --pack

0 comments on commit 4065896

Please sign in to comment.