Skip to content

[FIX] Add ts directory #237

[FIX] Add ts directory

[FIX] Add ts directory #237

Workflow file for this run

name: Build reference-apps CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-release:
name: Build refapps
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node18
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install TypeScript
run: npm install -g [email protected]
- name: Install dependencies
run: yarn install
- name: Run Linter
run: yarn lint
- name: Build reference apps
run: yarn build:refapps