Skip to content

chore: 🔧 release to npm #20

chore: 🔧 release to npm

chore: 🔧 release to npm #20

Workflow file for this run

on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install fonttools
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run build