Skip to content

Revert "Add Canvas overlay, NearCoordinates, coordsToVector3 and coordsToShapePoints" #60

Revert "Add Canvas overlay, NearCoordinates, coordsToVector3 and coordsToShapePoints"

Revert "Add Canvas overlay, NearCoordinates, coordsToVector3 and coordsToShapePoints" #60

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: TS Check
run: yarn ts:check
- name: Build
run: yarn build