Skip to content

Commit

Permalink
ci: build before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jul 5, 2023
1 parent 6aa4a8d commit 70e6293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm run build

- name: Lint
run: pnpm run lint

- name: Test
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: pnpm run test

- name: Build
run: pnpm run build

0 comments on commit 70e6293

Please sign in to comment.