Skip to content

Updated repo to match latest frontend tech #1

Updated repo to match latest frontend tech

Updated repo to match latest frontend tech #1

Workflow file for this run

name: Build 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
- name: Build NextJS App 🔧
run: |
npm run build
- name: Build Storybook 🔧
run: |
npm run build-storybook