Skip to content

fix(package): includes paths for types (#38) #83

fix(package): includes paths for types (#38)

fix(package): includes paths for types (#38) #83

Workflow file for this run

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