From 6f8c723501134b703829f14a05fda505a05da355 Mon Sep 17 00:00:00 2001 From: Dominic Rathbone <6716654+dominicrathbone@users.noreply.github.com> Date: Mon, 23 Nov 2020 14:16:36 +0000 Subject: [PATCH] added npm token to support CI/CD publishing --- .npmrc | 2 ++ tsconfig.json | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..878faff --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +//registry.npmjs.org/:_authToken=${NPM_TOKEN} +save-exact=true diff --git a/tsconfig.json b/tsconfig.json index 38c948c..18d55f4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,6 @@ ], "exclude": [ "node_modules", - "node_modules/@types/**/*.d.ts", "dist" ] } \ No newline at end of file