Skip to content

Update storybook monorepo to v7 #1058

Update storybook monorepo to v7

Update storybook monorepo to v7 #1058

Workflow file for this run

name: Next.js
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: "docker://gcr.io/cloud-builders/bazel"
with:
entrypoint: /bin/bash
args: -c "bazel version && docker version && docker images && bazel build --verbose_failures //web:all"