Skip to content

Commit 14509a2

Browse files
committed
mark package as private instead
1 parent 118cd24 commit 14509a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Build Packages
5858
run: pnpm run build:all
5959
- name: Publish Previews
60-
run: pnpx pkg-pr-new publish --pnpm --compact './packages/*' '!./packages/angular-persist-query-client' --template './examples/*/*'
60+
run: pnpx pkg-pr-new publish --pnpm --compact './packages/*' --template './examples/*/*'
6161
- name: Determine commit SHA
6262
id: determine-sha
6363
run: |

packages/angular-persist-query-client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@tanstack/angular-query-persist-client",
3+
"private": true,
34
"version": "5.62.7",
45
"description": "Angular bindings to work with persisters in TanStack/angular-query",
56
"author": "Omer Gronich",

0 commit comments

Comments
 (0)