Skip to content

Commit

Permalink
fixup! feat(scripts-package-manager): don't run checks/logs on CI and…
Browse files Browse the repository at this point in the history
… invoke yarn check from explicit preinstall script
  • Loading branch information
Hotell committed Aug 7, 2024
1 parent 693f787 commit 76ac237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package-manager/src/use-yarn-please.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function checkPackageManager() {
process.exit(1);
}

console.log(`✅ package manager found - yarn v.${yarnInfo.version} \n`);
console.log(`✅ package manager found - yarn v${yarnInfo.version} \n`);
}

function userInvokedNpmInstall() {
Expand Down

0 comments on commit 76ac237

Please sign in to comment.