Skip to content

Fix small little typo around package.json CLI commands on Get Started page #42

Fix small little typo around package.json CLI commands on Get Started page

Fix small little typo around package.json CLI commands on Get Started page #42

Workflow file for this run

name: Validate merge requests
on:
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2
- uses: ./.github/actions/build-docs