Skip to content

property should return the _order and not itself (#92) #408

property should return the _order and not itself (#92)

property should return the _order and not itself (#92) #408

name: typescript-compile
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typescript-compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 19
- name: Run tsc
run: |
cd viser/client
yarn
yarn tsc