From a626b11978121cc39e4daade812a8f39bf4d97f3 Mon Sep 17 00:00:00 2001 From: Batuhan Wilhelm Date: Thu, 12 Dec 2024 17:12:24 +0300 Subject: [PATCH] fix(ci): set config for user --- package.json | 2 +- packages/ably/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1eb7e0d3537d..9868f599bfd3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prepare": "husky install", "publint": "lerna run publint --scope @refinedev/core", "publint:all": "lerna run publint --scope @refinedev/*", - "publish-packages": "pnpm config set registry=https://registry.refine.dev/ --location project && pnpm changeset publish && pnpm config delete registry --location project", + "publish-packages": "pnpm config set registry=https://registry.refine.dev/ --location user && pnpm changeset publish && pnpm config delete registry --location user", "sp": "syncpack", "start": "lerna run start", "test": "lerna run test --stream", diff --git a/packages/ably/README.md b/packages/ably/README.md index fb2c47b90b2e..a621a35ab936 100644 --- a/packages/ably/README.md +++ b/packages/ably/README.md @@ -70,5 +70,5 @@ const App = () => { - For more detailed information and usage, refer to the [refine live provider documentation](https://refine.dev/docs/api-references/providers/live-provider/). - Refer to Refine & Ably tutorial on [official Ably docs](https://ably.com/tutorials/react-admin-panel-with-ably-and-refine). -- [Refer to documentation for more info about refine](https://refine.dev/docs/). +- [Refer to documentation for more info about Refine](https://refine.dev/docs/). - [Step up to refine tutorials](https://refine.dev/docs/tutorial/introduction/index/).