Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyzwezdin authored Oct 24, 2019
1 parent fbd0204 commit b02f12b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
run: |
npm run format-check
npm run lint
- name: Build
run: npm run build
- name: Run tests
Expand Down

0 comments on commit b02f12b

Please sign in to comment.