Browse Source

Add build step to bundlewatch workflow

codecalm 7 months ago
parent
commit
bc5951b50d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/bundlewatch.yml

+ 3 - 0
.github/workflows/bundlewatch.yml

@@ -44,6 +44,9 @@ jobs:
       - name: Install pnpm dependencies
         run: pnpm install --no-frozen-lockfile
 
+      - name: Build
+        run: pnpm run build
+
       - name: Run bundlewatch
         run: pnpm run bundlewatch
         env: