Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Update storybook monorepo #3385

Update storybook monorepo

Update storybook monorepo #3385

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
version: 10.x
- name: yarn commands
run: |
yarn
yarn format
yarn lint
yarn build
yarn test
yarn storybook:build