From 015eaf71672ab0b39ccf22190307180e610f9601 Mon Sep 17 00:00:00 2001 From: Josh Holtz Date: Wed, 6 Mar 2024 22:46:55 -0600 Subject: [PATCH] Need to bring back .npmrc.SAMPLE for make-release --- .npmrc.SAMPLE | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc.SAMPLE diff --git a/.npmrc.SAMPLE b/.npmrc.SAMPLE new file mode 100644 index 00000000..bd3327ab --- /dev/null +++ b/.npmrc.SAMPLE @@ -0,0 +1 @@ +//registry.npmjs.org/:_authToken=${NPM_TOKEN} \ No newline at end of file