From 4e9b3eabba227a7e89a05d5bbe48ed2dd626142e Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Wed, 4 Jan 2023 21:33:10 +0000 Subject: [PATCH] Add npm build to check-dist --- .github/workflows/check-dist.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 59a4524..f4ae572 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -34,6 +34,9 @@ jobs: - name: Move the committed index.js file run: mv dist/index.js /tmp + - name: Rebuild with tsc + run: npm run build + - name: Rebuild the index.js file run: npm run release