Skip to content

[TSK-259] temp: injecting SelectableSourceDataAGGrid in the research context di… #76

[TSK-259] temp: injecting SelectableSourceDataAGGrid in the research context di…

[TSK-259] temp: injecting SelectableSourceDataAGGrid in the research context di… #76

Workflow file for this run

name: Build Component Library and Docs
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install 🔧
run: |
npm install
- name: Build Library 🔧
run: |
npm run build
- name: Build Docs 🔧
run: |
npm run build:docs