Skip to content

Feature 240 pageheadings #217

Feature 240 pageheadings

Feature 240 pageheadings #217

Workflow file for this run

name: Build Rucio WebUI Component Library & React App
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install 🔧
run: |
npm install --legacy-peer-deps
- name: Build Storybook 🔧
run: |
npm run build-storybook
- name: Build NextJS App 🔧
run: |
npm run build