Skip to content

Fix registry package.json exports to include lib/env #219

Fix registry package.json exports to include lib/env

Fix registry package.json exports to include lib/env #219

Workflow file for this run

name: Type Checks
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
permissions:
contents: read
jobs:
type-check:
uses: SocketDev/workflows/.github/workflows/type-check.yml@master
with:
no-lockfile: true
ts-versions: ${{ github.event.schedule && 'next' || '5.6,next' }}
ts-libs: 'esnext'