diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 875d0f776e65..a1509ca97822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,3 +32,7 @@ jobs: run: npm run lint - name: Typecheck run: npm run typecheck + - name: Build + run: npm run build + env: + GITHUB_TOKEN: ${{ github.token }}