Skip to content

Merge pull request #1636 from xeokit/XEOK-96-dtx-minimap-interaction-fix #1502

Merge pull request #1636 from xeokit/XEOK-96-dtx-minimap-interaction-fix

Merge pull request #1636 from xeokit/XEOK-96-dtx-minimap-interaction-fix #1502

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- name: Restore
run: npm ci
- name: Build
run: npm run build