Skip to content

Fixed regular font weight #17

Fixed regular font weight

Fixed regular font weight #17

Workflow file for this run

name: Build tokens
on:
push:
branches:
- main
jobs:
build:
name: Build tokens 👷🏻‍♂️
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build