Skip to content

Commit 762e2f7

Browse files
committed
chore(react): 1.0.3
1 parent d4d23ef commit 762e2f7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"ignore": []
10+
"ignore": ["dist/**"]
1111
},
1212
"formatter": {
1313
"enabled": true,

packages/react/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@tanstack-query-firebase/react",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "TanStack Query bindings for Firebase and React",
55
"type": "module",
66
"scripts": {
7-
"build": "tsup"
7+
"build": "tsup",
8+
"prepublishOnly": "pnpm build"
89
},
910
"exports": {
1011
".": {

0 commit comments

Comments
 (0)