Parcourir la source

chore: add build step to build workflow

marcelovicentegc il y a 1 an
Parent
commit
227175b309
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -16,6 +16,8 @@ jobs:
         with:
           cache: npm
           node-version: 18
+      - run: npm i
+      - run: npm run build
       - uses: preactjs/compressed-size-action@v2
         with:
           pattern: ".dist/**/*.{js,ts,json}"