Skip to content

#19 Updating json handling to fix mcp for self hosted instances #8

#19 Updating json handling to fix mcp for self hosted instances

#19 Updating json handling to fix mcp for self hosted instances #8

Workflow file for this run

name: Build Check
on:
pull_request:
types: [opened, synchronize]
branches:
- canary
- main
jobs:
build:
name: Build Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- name: Build package
run: npm run build