Skip to content

build(deps-dev): bump vite from 4.5.1 to 4.5.2 #119

build(deps-dev): bump vite from 4.5.1 to 4.5.2

build(deps-dev): bump vite from 4.5.1 to 4.5.2 #119

Workflow file for this run

name: Build
on: [push]
jobs:
library:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build Library
run: npm run build:library
# storybook:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Install dependencies
# run: npm install
# - name: Build Storybook
# run: npm run build:storybook