We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3aa1a commit 88c956eCopy full SHA for 88c956e
packages/angular/package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "@tanstack-query-firebase/angular",
3
- "version": "0.0.1-alpha.6",
+ "version": "0.0.1-alpha.7",
4
"description": "TanStack Query bindings for Firebase and Angular",
5
"type": "module",
6
"scripts": {
7
"build": "tsup",
8
"watch": "tsup --watch",
9
"test": "vitest --dom --coverage",
10
- "prepublishOnly": "pnpm run build"
+ "publish-package": "pnpm run build && cd dist && npm publish"
11
},
12
"typings": "./index.d.ts",
13
"module": "./index.js",
0 commit comments