Skip to content

chore: bump typescript from 4.8.2 to 5.6.2 #8192

chore: bump typescript from 4.8.2 to 5.6.2

chore: bump typescript from 4.8.2 to 5.6.2 #8192

Workflow file for this run

name: build
on:
- push
- pull_request
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: restore lerna
uses: actions/cache@v4
with:
path: |
node_modules
*/*/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-v2
- run: yarn install --frozen-lockfile
# Build application to check if the system works or not
# TODO: Build script for spindle-icon should be added
- name: build application
run: |
yarn lerna run --scope @openameba/spindle-hooks build
yarn lerna run --scope @openameba/spindle-ui storybook:build
yarn lerna run --scope @openameba/spindle-ui build