diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index e091b78..3741ac3 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -32,8 +32,6 @@ jobs: with: node-version: 16.x cache: npm - - name: Install dependencies - run: npm install - name: Rebuild the dist/ directory run: npm run build - name: Compare the expected and actual dist/ directories