From 37323f14dd31b16fa32ff4f6ca4c39fa5cefc60d Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Wed, 29 Dec 2021 12:56:54 +0300 Subject: [PATCH] fix check-dist.yml --- .github/workflows/check-dist.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: |