diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d9cfeae..e243bf3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 }} diff --git a/packages/react/lib/main.ts b/packages/react/lib/main.ts index 487ab4f..2d3a122 100644 --- a/packages/react/lib/main.ts +++ b/packages/react/lib/main.ts @@ -1 +1,9 @@ export { SprinterContext } from './context'; +export { + useSprinterBalances, + useSprinter, + useSprinterChains, + useSprinterSolution, + useSprinterCallSolution, + useSprinterTokens +} from "./hooks"; \ No newline at end of file