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 118cd24 commit 14509a2Copy full SHA for 14509a2
.github/workflows/pr.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Build Packages
58
run: pnpm run build:all
59
- name: Publish Previews
60
- run: pnpx pkg-pr-new publish --pnpm --compact './packages/*' '!./packages/angular-persist-query-client' --template './examples/*/*'
+ run: pnpx pkg-pr-new publish --pnpm --compact './packages/*' --template './examples/*/*'
61
- name: Determine commit SHA
62
id: determine-sha
63
run: |
packages/angular-persist-query-client/package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "@tanstack/angular-query-persist-client",
3
+ "private": true,
4
"version": "5.62.7",
5
"description": "Angular bindings to work with persisters in TanStack/angular-query",
6
"author": "Omer Gronich",
0 commit comments