Skip to content

fix: #1005 fixed, by updating type-definations to getItem method. (#1… #123

fix: #1005 fixed, by updating type-definations to getItem method. (#1…

fix: #1005 fixed, by updating type-definations to getItem method. (#1… #123

Workflow file for this run

name: Continuous Publish
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: pnpm buildc all
- run: pnpx pkg-pr-new publish --compact './packages/*'