From 321444b27c061a93396f3e046d6c939f72de90a4 Mon Sep 17 00:00:00 2001 From: Andrew Hammond <445764+ahammond@users.noreply.github.com> Date: Tue, 14 May 2024 10:37:56 -0700 Subject: [PATCH] fix(ts): package-js needs npmrc [CLK-252116] --- src/clickup-ts.ts | 5 +++- test/__snapshots__/clickup-cdk.test.ts.snap | 27 +++++++++++++++++++++ test/__snapshots__/clickup-ts.test.ts.snap | 3 +++ 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/src/clickup-ts.ts b/src/clickup-ts.ts index 63518e29..46ab0f4b 100644 --- a/src/clickup-ts.ts +++ b/src/clickup-ts.ts @@ -49,13 +49,16 @@ export module clickupTs { workflowBootstrapSteps: [ { name: 'GitHub Packages authorization', - // This does some env var obverloading where the release step also defines NPM_TOKEN with the action token that allows uploading + // This does some env var overloading where the release step also defines NPM_TOKEN with the action token that allows uploading env: { NPM_TOKEN: '${{ secrets.ALL_PACKAGE_READ_TOKEN }}' }, run: [ 'cat > .npmrc <