Skip to content

feat: tt-11 replace build configs and add core comps with example te… #44

feat: tt-11 replace build configs and add core comps with example te…

feat: tt-11 replace build configs and add core comps with example te… #44

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