Skip to content

chore: ran npm pkg fix #64

chore: ran npm pkg fix

chore: ran npm pkg fix #64

Workflow file for this run

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm build:data
- run: node ./lib/data/index.mjs
name: Build Data
on:
pull_request: ~
push:
branches:
- main