Skip to content

Add types to package.json exports for bundler resolution mode #22

Add types to package.json exports for bundler resolution mode

Add types to package.json exports for bundler resolution mode #22

Workflow file for this run

name: Pull Request Update
on:
pull_request:
branches:
- main
jobs:
# eslint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Install 🔧
# run: npm ci --audit=false
# - name: Run ESLint
# run: npm run lint
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install 🔧
run: npm ci --audit=false
- name: Run Check
run: npm run check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install 🔧
run: npm ci --audit=false
- name: Run Test
run: npm run test-run