diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index f03f47c48..3481b1f4c 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -32,7 +32,9 @@ jobs: run: npm ci - name: Rebuild the dist/ directory - run: npm run build + run: | + npm run build + npm run pack - name: Compare the expected and actual dist/ directories run: |