From 67c06ae0a8039cdf9b2fce0a754f30f927f097b1 Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Wed, 6 Dec 2023 11:21:07 -0800 Subject: [PATCH] build web in addition to ts and jsoncshema --- .github/workflows/pipeline.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index ed159da6..1000c887 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -17,14 +17,12 @@ jobs: - run: yarn test build: - name: Build JSONSchema and TypeScript + name: Build JSONSchema, TypeScript and Web runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: node-version: 18 - # TODO build:web fails currently, but it'd be good to make that work when possible and then add it here. - run: yarn - - run: yarn build:jsonschema - - run: yarn build:ts + - run: yarn build