Skip to content

Commit

Permalink
cicd: typecheck -> build
Browse files Browse the repository at this point in the history
  • Loading branch information
dderevjanik committed Apr 16, 2024
1 parent 96be11a commit e8a9729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Lint & Typecheck
run: npm run lint

- name: Typecheck
run: npm run typecheck
- name: Build
run: npm run build

- name: Run test
run: npm test

0 comments on commit e8a9729

Please sign in to comment.