Skip to content

refactor: ♻️ refactor build process to make _template.scss obs… #26

refactor: ♻️ refactor build process to make _template.scss obs…

refactor: ♻️ refactor build process to make _template.scss obs… #26

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