Skip to content

Commit

Permalink
fix: typo in yarnrc filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeents committed Mar 7, 2023
1 parent 9adb9dc commit 505e5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function verifyConditions(
ctx.logger.log(`read ${ctx.cwd}/package.json`);
const packageJson = await getPackage(ctx.cwd);

ctx.logger.log(`read ${ctx.cwd}/yarnrc.yml`);
ctx.logger.log(`read ${ctx.cwd}/.yarnrc.yml`);
const yarnrc = await getYarnRc(ctx.cwd);

const registryFromPackage = packageJson?.publishConfig?.registry as string;
Expand Down

0 comments on commit 505e5f2

Please sign in to comment.