mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: test types on builds
This commit is contained in:
parent
45d7c95a08
commit
fc7cdc19bb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -29,6 +29,8 @@ jobs:
|
|||
run: yarn lint
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: Types
|
||||
run: yarn code:types
|
||||
- name: Test
|
||||
## jest does not support node 12
|
||||
if: "!contains(matrix.node_version, '12')"
|
||||
|
|
Loading…
Reference in a new issue