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

chore(deps-dev): bump @rollup/plugin-alias from 3.1.9 to 5.1.0 #2168

chore(deps-dev): bump @rollup/plugin-alias from 3.1.9 to 5.1.0

chore(deps-dev): bump @rollup/plugin-alias from 3.1.9 to 5.1.0 #2168

Workflow file for this run

name: Build
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build-yarn:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup node environment (for building)
uses: actions/setup-node@v4
with:
node-version: 16.14.0
- name: Fetch dependencies
run: |
yarn --frozen-lockfile
- name: Build project
run: |
yarn build
- name: Build Storybook
run: |
yarn build-storybook