Skip to content

Commit

Permalink
fix(ci): set config for user
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 12, 2024
1 parent 20d4011 commit a626b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/ably/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit a626b11

Please sign in to comment.