Skip to content

fix(package): add exports map to package.json #95

fix(package): add exports map to package.json

fix(package): add exports map to package.json #95

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
id: yarn-cache
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Run tests
run: |
yarn
yarn playwright install --with-deps
yarn test:types
yarn test:e2e