Skip to content

chore: remove example application and related scripts #43

chore: remove example application and related scripts

chore: remove example application and related scripts #43

Workflow file for this run

name: CI
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.19.0
- name: Clean Install
run: npm ci
- name: Build Storybook
run: npm run storybook:build
- name: Build App
run: npm run build