Selaa lähdekoodia

Add build step to bundlewatch workflow

codecalm 7 kuukautta sitten
vanhempi
commit
bc5951b50d
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      .github/workflows/bundlewatch.yml

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

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