We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019ea28 commit 90b3725Copy full SHA for 90b3725
libs/core/package.json
@@ -2,7 +2,8 @@
2
"name": "@tanstack-query-with-orbitjs/core",
3
"version": "0.0.1",
4
"scripts": {
5
- "build": "tsup"
+ "build": "tsup",
6
+ "prepack": "pnpm build"
7
},
8
"dependencies": {
9
"@tanstack/query-core": "*"
libs/react/package.json
"name": "@tanstack-query-with-orbitjs/react",
"@tanstack-query-with-orbitjs/core": "workspace:^"
0 commit comments