chore(github): run build before typecheck

This commit is contained in:
Benjamin Canac
2023-07-29 15:03:13 +02:00
parent 4561816b50
commit 8380607a85
2 changed files with 6 additions and 6 deletions

View File

@@ -52,12 +52,12 @@ jobs:
- name: Lint
run: pnpm run lint
- name: Typecheck
run: pnpm run typecheck
- name: Build
run: pnpm run build
- name: Typecheck
run: pnpm run typecheck
- name: Release Edge
if: github.event_name == 'push'
run: ./scripts/release-edge.sh

View File

@@ -52,12 +52,12 @@ jobs:
- name: Lint
run: pnpm run lint
- name: Typecheck
run: pnpm run typecheck
- name: Build
run: pnpm run build
- name: Typecheck
run: pnpm run typecheck
- name: Version Check
id: check
uses: EndBug/version-check@v2