Skip to content

[docs] Update HowToBuildFromSource to use package.json #4058

[docs] Update HowToBuildFromSource to use package.json

[docs] Update HowToBuildFromSource to use package.json #4058

Workflow file for this run

name: Check PR tsc
on:
pull_request:
branches: [ main ]
jobs:
check-compile:
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'PR/NO TEST') }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm install
- run: npm run compile