diff --git a/.github/workflows/patch-dependabot.yml b/.github/workflows/patch-dependabot.yml index 520e0c0..8097006 100644 --- a/.github/workflows/patch-dependabot.yml +++ b/.github/workflows/patch-dependabot.yml @@ -29,7 +29,9 @@ jobs: run: npm ci - name: Build package - run: npm run package + run: | + npm run build + npm run package - name: Commit dist changes run: |