Browse Source

chore: add build step to build workflow

marcelovicentegc 1 year ago
parent
commit
227175b309
1 changed files with 2 additions and 0 deletions
  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}"