Skip to content

Merge pull request #172 from CLIMB-TRE/development #961

Merge pull request #172 from CLIMB-TRE/development

Merge pull request #172 from CLIMB-TRE/development #961

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build package
run: |
npm install
npm run build