Skip to content

Fix exports merging to avoid mixing conditional and subpath exports #167

Fix exports merging to avoid mixing conditional and subpath exports

Fix exports merging to avoid mixing conditional and subpath exports #167

name: ⚙️ Type Checks
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/types.yml@main
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
type-check:
uses: SocketDev/socket-registry/.github/workflows/types.yml@main
with:
setup-script: 'pnpm run build'