Kaynağa Gözat

Add build step to bundlewatch workflow

codecalm 7 ay önce
ebeveyn
işleme
bc5951b50d
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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: