Skip to content

Commit

Permalink
fix(ci): set config in the root
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 12, 2024
1 parent b63dc99 commit 20d4011
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": "cd packages/create-refine-app && pnpm config set registry=https://registry.refine.dev --location project && cd ../.. && pnpm changeset publish && rimraf ./packages/create-refine-app/.npmrc",
"publish-packages": "pnpm config set registry=https://registry.refine.dev/ --location project && pnpm changeset publish && pnpm config delete registry --location project",
"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 @@ -69,6 +69,6 @@ const App = () => {
## Documentation

- 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 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/).
- [Step up to refine tutorials](https://refine.dev/docs/tutorial/introduction/index/).

0 comments on commit 20d4011

Please sign in to comment.