diff --git a/.npmrc b/.npmrc index ec4a8fa..3356558 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -registry=https://npm.pkg.github.com/kengorab +//npm.pkg.github.com/:_authToken=${GITHUB_PACKAGE_REGISTRY_TOKEN} diff --git a/package.json b/package.json index eceb7e1..2cf0b06 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "typescript": "3.5.3" }, "scripts": { + "preinstall": "cat .npmrc", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test",