Skip to content

Commit

Permalink
Merge pull request #19 from hhimanshu/hhimanshu/DEV-45-start-script
Browse files Browse the repository at this point in the history
fix(DEV-45): fix comment about yarn installation
  • Loading branch information
hhimanshu authored Jul 30, 2021
2 parents 938fe58 + 41622f7 commit bcc2717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup-project.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const ensurePreRequisitesMet = () => {
const isYarnInstalled = () => {
try {
const output = execSync('yarn -v').toString();
console.log(`yarn version ${output} is installed`);
console.log(`yarn version installed: ${output} `);
return true;
} catch (e) {
console.error(
Expand Down

1 comment on commit bcc2717

@vercel
Copy link

@vercel vercel bot commented on bcc2717 Jul 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.