Skip to content

Commit

Permalink
fix: cd and rect hooks export (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeroBurny authored Sep 23, 2024
1 parent cef1de6 commit 33c0604
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
run: |
echo npmAuthToken: "$NODE_AUTH_TOKEN" >> ./.yarnrc.yml
- run: yarn workspaces foreach -v --exclude root --no-private npm publish --tolerate-republish --access public
- run: yarn workspaces foreach --all -v --exclude root --no-private npm publish --tolerate-republish --access public
if: ${{ steps.release.outputs.releases_created }}
8 changes: 8 additions & 0 deletions packages/react/lib/main.ts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
export { SprinterContext } from './context';
export {
useSprinterBalances,
useSprinter,
useSprinterChains,
useSprinterSolution,
useSprinterCallSolution,
useSprinterTokens
} from "./hooks";

0 comments on commit 33c0604

Please sign in to comment.