|
10 | 10 | "serve:coverage": "npx serve coverage",
|
11 | 11 | "emulator": "firebase emulators:start --project test-project",
|
12 | 12 | "emulator:kill": "lsof -t -i:4001 -i:8080 -i:9000 -i:9099 -i:9199 -i:8085 | xargs kill -9",
|
13 |
| - "check": "pnpm biome check --write ./packages/react/src" |
| 13 | + "check": "pnpm biome check --write ./packages/react/src", |
| 14 | + "publish-package": "pnpm run build && cd dist && npm publish" |
14 | 15 | },
|
15 | 16 | "exports": {
|
16 | 17 | ".": {
|
17 |
| - "import": "./dist/index.js", |
18 |
| - "types": "./dist/index.d.ts" |
| 18 | + "import": "./index.js", |
| 19 | + "types": "./index.d.ts" |
19 | 20 | },
|
20 | 21 | "./auth": {
|
21 |
| - "import": "./dist/auth/index.js", |
22 |
| - "types": "./dist/auth/index.d.ts" |
| 22 | + "import": "./auth/index.js", |
| 23 | + "types": "./auth/index.d.ts" |
23 | 24 | },
|
24 | 25 | "./firestore": {
|
25 |
| - "import": "./dist/firestore/index.js", |
26 |
| - "types": "./dist/firestore/index.d.ts" |
| 26 | + "import": "./firestore/index.js", |
| 27 | + "types": "./firestore/index.d.ts" |
27 | 28 | },
|
28 | 29 | "./data-connect": {
|
29 |
| - "import": "./dist/data-connect/index.js", |
30 |
| - "types": "./dist/data-connect/index.d.ts" |
| 30 | + "import": "./data-connect/index.js", |
| 31 | + "types": "./data-connect/index.d.ts" |
31 | 32 | }
|
32 | 33 | },
|
33 | 34 | "author": {
|
34 | 35 | "name": "Invertase",
|
35 | 36 |
|
36 | 37 | "url": "https://github.com/invertase/tanstack-query-firebase"
|
37 | 38 | },
|
38 |
| - "files": [ |
39 |
| - "dist", |
40 |
| - "README.md" |
41 |
| - ], |
42 | 39 | "license": "Apache-2.0",
|
43 | 40 | "devDependencies": {
|
44 | 41 | "@dataconnect/default-connector": "workspace:*",
|
|
0 commit comments