Skip to content

README.md development setup for apple silicon and others #1733

README.md development setup for apple silicon and others

README.md development setup for apple silicon and others #1733

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
publish:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install Node dependencies
run: npm ci
- run: npm run lint
- run: npx tsc
- run: npm run build:only