diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..a76e161 --- /dev/null +++ b/.npmrc @@ -0,0 +1,4 @@ +@cultureamp:registry=https://npm.pkg.github.com/ + +# configure publishing with environment variables +//npm.pkg.github.com/:_authToken='${GITHUB_REGISTRY_PUBLISH_TOKEN}'