mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
chore: test types on builds
This commit is contained in:
parent
45d7c95a08
commit
fc7cdc19bb
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 New Issue
Block a user