Skip to content

Commit 88c956e

Browse files
committed
release(angular): 0.0.1-alpha.7
1 parent 8e3aa1a commit 88c956e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@tanstack-query-firebase/angular",
3-
"version": "0.0.1-alpha.6",
3+
"version": "0.0.1-alpha.7",
44
"description": "TanStack Query bindings for Firebase and Angular",
55
"type": "module",
66
"scripts": {
77
"build": "tsup",
88
"watch": "tsup --watch",
99
"test": "vitest --dom --coverage",
10-
"prepublishOnly": "pnpm run build"
10+
"publish-package": "pnpm run build && cd dist && npm publish"
1111
},
1212
"typings": "./index.d.ts",
1313
"module": "./index.js",

0 commit comments

Comments
 (0)