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

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