diff --git a/.github/workflows/pages-publish.yml b/.github/workflows/pages-publish.yml index 06e0777..a26ae1f 100644 --- a/.github/workflows/pages-publish.yml +++ b/.github/workflows/pages-publish.yml @@ -103,7 +103,7 @@ jobs: key: ${{ runner.os }}}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('package.json') }} - name: Install dependencies - run: npm clean-install + run: npm run clean-install - name: Build example project run: npm run build-dist