Skip to content

fix: reduce package size by removing tsbuildinfo file #14

fix: reduce package size by removing tsbuildinfo file

fix: reduce package size by removing tsbuildinfo file #14

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
- run: yarn install --frozen-lockfile
- run: yarn prettier:check
- run: yarn build
- run: node lib