diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 22aee9d..2fe1854 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -29,10 +29,10 @@ jobs: node-version: 12.x - name: Install dependencies - run: npm ci + run: yarn - name: Rebuild the dist/ directory - run: npm run build + run: yarn run build - name: Compare the expected and actual dist/ directories run: |