mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
ci: add build step before type check
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -42,7 +42,9 @@ jobs:
|
||||
|
||||
- name: Type check
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
run: pnpm run typecheck
|
||||
run: |
|
||||
pnpm run build
|
||||
pnpm run typecheck
|
||||
|
||||
- name: Build
|
||||
run: pnpm run build
|
||||
|
||||
Reference in New Issue
Block a user