Skip to content

chore: add dev command to the lib #33

chore: add dev command to the lib

chore: add dev command to the lib #33

Workflow file for this run

name: Tests
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: "18.x"
- name: "Install dependencies"
run: "pnpm i"
- name: "Test"
run: "pnpm test"