Skip to content

Commit

Permalink
Recycler types r (#44)
Browse files Browse the repository at this point in the history
* feat: export IndicesItem

* feat: recursive install
  • Loading branch information
ryuever authored Sep 30, 2024
1 parent 3ec016b commit 3e1ad0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cache: "pnpm"

- name: Install dependencies
run: pnpm install
run: pnpm install -r

- name: Build Packages
run: pnpm turbo run build
Expand Down
1 change: 1 addition & 0 deletions packages/struct/recycler/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
RECYCLER_RESERVED_BUFFER_PER_BATCH,
RECYCLER_THRESHOLD_INDEX_VALUE,
} from './common';

export { OnRecyclerProcess, RecyclerProps };

class Recycler<ItemMeta = any> {
Expand Down

0 comments on commit 3e1ad0e

Please sign in to comment.