Skip to content

Commit

Permalink
fix(ts): .npmrc in ~ [CLK-252116] (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahammond authored May 14, 2024
1 parent ceaca61 commit 608904d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/clickup-ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export module clickupTs {
// This does some env var obverloading 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 <<EOF',
'cat > ~/.npmrc <<EOF',
'//npm.pkg.github.com/:_authToken=${NPM_TOKEN}',
'@time-loop:registry=https://npm.pkg.github.com/',
'EOF',
Expand Down
18 changes: 9 additions & 9 deletions test/__snapshots__/clickup-cdk.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/__snapshots__/clickup-ts.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 608904d

Please sign in to comment.