Skip to content

Commit 20d4011

Browse files
committed
fix(ci): set config in the root
1 parent b63dc99 commit 20d4011

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": "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",
35+
"publish-packages": "pnpm config set registry=https://registry.refine.dev/ --location project && pnpm changeset publish && pnpm config delete registry --location project",
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
@@ -69,6 +69,6 @@ const App = () => {
6969
## Documentation
7070

7171
- For more detailed information and usage, refer to the [refine live provider documentation](https://refine.dev/docs/api-references/providers/live-provider/).
72-
- Refer to refine & Ably tutorial on [official Ably docs](https://ably.com/tutorials/react-admin-panel-with-ably-and-refine).
72+
- Refer to Refine & Ably tutorial on [official Ably docs](https://ably.com/tutorials/react-admin-panel-with-ably-and-refine).
7373
- [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)