Skip to content

Added Child relations and updated readme #6

Added Child relations and updated readme

Added Child relations and updated readme #6

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.x
# Optionally, configure npm cache if needed
# cache: "npm"
- run: npm install --frozen-lockfile
- run: npm run build