diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72c52ddc..eb304771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,5 +28,8 @@ jobs: - name: Install dependencies run: npm ci - - name: Run linter + - name: Run linters run: npm run lint + + - name: Build the app + run: npm run build