Skip to content

Bugfix: Uncaught error causing rendering error when referencing an ar… #300

Bugfix: Uncaught error causing rendering error when referencing an ar…

Bugfix: Uncaught error causing rendering error when referencing an ar… #300

Workflow file for this run

name: Verify build and run tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@0609f0983b7a228f052f81ef4c3d6510cae254ad
with:
version: 6.10.0
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'pnpm'
- run: pnpm install
- run: npm run build
- run: npm run test