Getting started with Storybook
Prerequisites
on: [push] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 - name: Setup Node uses: actions/setup-node@v3 with: node-version: 18.x cache: "npm" - name: Install dependencies run: npm install - name: Build Storybook run: npm run build-storybook - name: Lost Pixel uses: lost-pixel/[email protected]
Last updated