diff --git a/.github/workflows/the.yml b/.github/workflows/the.yml index 7d04844..5433a8c 100644 --- a/.github/workflows/the.yml +++ b/.github/workflows/the.yml @@ -16,7 +16,7 @@ jobs: ci: strategy: matrix: - script-name: [coverage, lint, typecheck] + script-name: [coverage, lint, typecheck, build] fail-fast: false name: ${{ matrix.script-name }} runs-on: ubuntu-latest @@ -28,5 +28,4 @@ jobs: node-version: "lts/*" - run: npm i -g pnpm - run: pnpm install --frozen-lockfile - - run: pnpm run build - run: pnpm run ${{ matrix.script-name }}