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?