SIGN IN SIGN UP
TanStack / query UNCLAIMED

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

0 0 0 TypeScript

fix: angular release process (#6468)

RELEASE_ALL

* fix: make sure there is only one package.json after build

* fix: angular release

we cannot publish out of the build directory because pnpm doesn't see it as a workspace, so it won't replace workspace dependencies. To fix this, we:

- make the publish script point to the root directory (config.js)
- make sure our top-level package.json has types and exports and that they point to ./build
- make sure to remove the build/package.json after the build script ran

* chore: use rimraf

* chore: specify files to limit what we include

* chore: fix relative workspace dependencies

* chore: fix ci.json

* fix: package.json path
D
Dominik Dorfmeister committed
4e8a6c5accb4ab7bdf889388d7f7c57e1c47d43a
Parent: 3a60413
Committed by GitHub <noreply@github.com> on 12/1/2023, 3:30:04 PM