Skip to content

Commit

Permalink
build web in addition to ts and jsoncshema (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay authored Jan 8, 2024
1 parent d154cdf commit 302d615
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@ 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
- run: yarn
- run: yarn build:jsonschema
- run: yarn build:ts
- run: yarn build

build-docker:
name: Build Docker Image
Expand Down

0 comments on commit 302d615

Please sign in to comment.