0
Fork 0
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:
Juan Picado 2023-01-29 16:25:36 +01:00
parent 45d7c95a08
commit fc7cdc19bb

View file

@ -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')"