From 348f6066bb85e9c70003c895134ad79dbe870b06 Mon Sep 17 00:00:00 2001 From: Steven DeMartini Date: Tue, 20 Aug 2024 02:05:23 -0700 Subject: [PATCH] Add arethetypeswrong to CI to validate packaging Following https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1633#issuecomment-2291474994 --- .github/workflows/build-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 718cab3..8ac2025 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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