diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0c96618..40cbaa9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,6 +22,9 @@ jobs: - name: Install dependencies run: npm install + - name: Build + run: npm run build + # Disable lint check temporary before we fix all the lint issues # - name: Lint # run: npm run lint