Skip to content

Yj feat/explorer edits #530

Yj feat/explorer edits

Yj feat/explorer edits #530

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize]
jobs:
library:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build Library
run: npm run build:library
# storybook:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Install dependencies
# run: npm install
# - name: Build Storybook
# run: npm run build:storybook