Skip to content

feat(entities): make the package work both in node and browser #10

feat(entities): make the package work both in node and browser

feat(entities): make the package work both in node and browser #10

Workflow file for this run

name: Entities
on:
pull_request:
paths:
- 'entities/**'
defaults:
run:
working-directory: ./entities
jobs:
entities:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.4
with:
version: 8
- name: Install And Build
run: pnpm install && pnpm build
- name: Test
run: pnpm test