Skip to content

Commit

Permalink
Add arethetypeswrong to CI to validate packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdemartini committed Aug 20, 2024
1 parent 915bca3 commit 348f606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ jobs:
# Run the tests and print out the coverage information. In the future,
# we could integrate with Codecov or something.
run: pnpm run test:coverage

- name: Validate the build's packaging CJS and ESM compatibility
run: npx @arethetypeswrong/cli@0.15.4 --pack

0 comments on commit 348f606

Please sign in to comment.