From b7b96a73385dcecd55a8a0e737a1978a1af18fec Mon Sep 17 00:00:00 2001 From: dmurdasova Date: Fri, 4 Jul 2025 15:26:08 +0200 Subject: [PATCH] Chore: update README.md, added .npmrc example file --- .npmrc.example | 3 +++ README.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .npmrc.example diff --git a/.npmrc.example b/.npmrc.example new file mode 100644 index 0000000..ec403fa --- /dev/null +++ b/.npmrc.example @@ -0,0 +1,3 @@ +@wpmedia:registry=https://npm.pkg.github.com/ +@arcxp:registry=https://npm.pkg.github.com/ +//npm.pkg.github.com/:_authToken= diff --git a/README.md b/README.md index b16e6a6..71ae027 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ git merge boilerplate/main - **pnpm** 8.x. - Run `pnpm install` to install all dependencies. - Create `.env.sandbox` by duplicating `.env.example` and updating the necessary values. - +- Create `.npmrc` by duplicating `.npmrc.example` and updating the necessary values. + --- ## How to Create a New Integration?