Skip to content

Commit a626b11

Browse files
committed
fix(ci): set config for user
1 parent 20d4011 commit a626b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepare": "husky install",
3333
"publint": "lerna run publint --scope @refinedev/core",
3434
"publint:all": "lerna run publint --scope @refinedev/*",
35-
"publish-packages": "pnpm config set registry=https://registry.refine.dev/ --location project && pnpm changeset publish && pnpm config delete registry --location project",
35+
"publish-packages": "pnpm config set registry=https://registry.refine.dev/ --location user && pnpm changeset publish && pnpm config delete registry --location user",
3636
"sp": "syncpack",
3737
"start": "lerna run start",
3838
"test": "lerna run test --stream",

packages/ably/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ const App = () => {
7070

7171
- For more detailed information and usage, refer to the [refine live provider documentation](https://refine.dev/docs/api-references/providers/live-provider/).
7272
- Refer to Refine & Ably tutorial on [official Ably docs](https://ably.com/tutorials/react-admin-panel-with-ably-and-refine).
73-
- [Refer to documentation for more info about refine](https://refine.dev/docs/).
73+
- [Refer to documentation for more info about Refine](https://refine.dev/docs/).
7474
- [Step up to refine tutorials](https://refine.dev/docs/tutorial/introduction/index/).

0 commit comments

Comments
 (0)