Skip to content

Build web in addition to ts and jsoncshema #177

Build web in addition to ts and jsoncshema

Build web in addition to ts and jsoncshema #177

Workflow file for this run

name: Linting and Tests
on:
push:
branches: ["main"]
pull_request:
jobs:
run-unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn
- run: yarn test
build:
name: Build JSONSchema, TypeScript and Web
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn
- run: yarn build