Skip to content

fix: add missing return type in patch fn #40

fix: add missing return type in patch fn

fix: add missing return type in patch fn #40

Workflow file for this run

name: Publish
on:
push:
branches:
- main
paths-ignore:
- 'apps/demo/**'
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- name: Publish package
run: cd packages/obj-diff && npx jsr publish