Skip to content

Commit

Permalink
fix(ci): add https to registry config
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 12, 2024
1 parent 09134d3 commit b63dc99
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=registry.refine.dev --location project && cd ../.. && pnpm changeset publish && rimraf ./packages/create-refine-app/.npmrc",
"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",
"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 @@ -41,7 +41,7 @@ It eliminates repetitive tasks in CRUD operations and provides industry-standard

[Refine](https://refine.dev/) is **headless by design**, offering unlimited styling and customization options. Moreover, refine ships with ready-made integrations for [Ant Design](https://ant.design/), [Material UI](https://mui.com/material-ui/getting-started/overview/), [Mantine](https://mantine.dev/), and [Chakra UI](https://chakra-ui.com/) for convenience.

refine has connectors for 15+ backend services, including REST API, [GraphQL](https://graphql.org/), and popular services like [Airtable](https://www.airtable.com/), [Strapi](https://strapi.io/), [Supabase](https://supabase.com/), [Firebase](https://firebase.google.com/), and [NestJS](https://nestjs.com/).
Refine has connectors for 15+ backend services, including REST API, [GraphQL](https://graphql.org/), and popular services like [Airtable](https://www.airtable.com/), [Strapi](https://strapi.io/), [Supabase](https://supabase.com/), [Firebase](https://firebase.google.com/), and [NestJS](https://nestjs.com/).

## Installation & Usage

Expand Down

0 comments on commit b63dc99

Please sign in to comment.