From d0007879fee40a2fdb7e25b9a03b4a93d6e764e8 Mon Sep 17 00:00:00 2001 From: chenzhiqing01 <329604487@qq.com> Date: Wed, 17 Aug 2022 15:05:41 +0800 Subject: [PATCH] feat: modify workflow --- .github/workflows/check-dist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |