Skip to content

chore(deps): update storybook monorepo to v7.2.2 #2417

chore(deps): update storybook monorepo to v7.2.2

chore(deps): update storybook monorepo to v7.2.2 #2417

Workflow file for this run

name: Automated tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 16
- name: Verify build
run: |
yarn install
yarn build
env:
RELATIVE_CI_KEY: ${{ secrets.RELATIVE_CI_KEY }}
- name: Verify storybook build
run: |
yarn build:storybook