Skip to content

Bump @storybook/react-vite from 8.1.5 to 8.2.9 #885

Bump @storybook/react-vite from 8.1.5 to 8.2.9

Bump @storybook/react-vite from 8.1.5 to 8.2.9 #885

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.8
- name: Install dependencies
run: bun install
- name: Run build script
run: bun run build