Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Nov 7, 2024
1 parent 0227951 commit f9eec14
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,14 @@ export async function bin(args: string[]) {
}

const npmrc = await withSpinner(`Constructing user .npmrc`, () =>
createUserNpmrc({
parsedProjectNpmrc,
email,
logger,
pat: pat.patToken.token,
}),
Promise.resolve(
createUserNpmrc({
parsedProjectNpmrc,
email,
logger,
pat: pat.patToken.token,
}),
),
);

if (!npmrc) {
Expand Down

0 comments on commit f9eec14

Please sign in to comment.