Skip to content

build: add types export conditions #137

build: add types export conditions

build: add types export conditions #137

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: yarn
- run: yarn install
- run: yarn prepack
- run: yaer lint
- run: npx node@12 ./node_modules/.bin/mocha ./test/*.test.*