Skip to content

[fix] Customizations marked as optional #88

[fix] Customizations marked as optional

[fix] Customizations marked as optional #88

Workflow file for this run

name: Test
on: pull_request
jobs:
test-build:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
- run: npm ci
- run: npm run build