Skip to content

Commit

Permalink
chore: add build step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch committed Jan 26, 2020
1 parent ceb2c7c commit 7de6435
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
run: npx xo
if: matrix.os != 'windows-latest' # because "Delete ␍ prettier/prettier" o.O

- name: build
run: npm run build

- name: test lib
run: npx nyc ava src/test/lib.spec.ts

Expand Down

0 comments on commit 7de6435

Please sign in to comment.