Skip to content

fix: remove unneeded "source" key from package.json exports #19

fix: remove unneeded "source" key from package.json exports

fix: remove unneeded "source" key from package.json exports #19

Workflow file for this run

name: Quality Checks
on:
workflow_dispatch:
pull_request:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: Optum/react-hooks/.github/actions/setup@main
- name: Run TypeScript Build
run: yarn build
test:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: Optum/react-hooks/.github/actions/setup@main
- name: Run Unit Tests
run: yarn jest