Skip to content

Fixed error where dashed PPI edges were not being drawn, also added c… #173

Fixed error where dashed PPI edges were not being drawn, also added c…

Fixed error where dashed PPI edges were not being drawn, also added c… #173

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- main
- staging
pull_request:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm run build
env:
BASE_URL: '/ePlant'