Skip to content

Commit

Permalink
👌 IMPROVE: Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 13, 2018
1 parent 03facd8 commit a06eee5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions installer/modules/printNextSteps.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ console.log(
'\nInside this directory, you can run this command:'
);

// Scripts.
console.log(
'\n👉 ',
' Type',
chalk.black.bgWhite( ' npm start ' ),
'\n\n',
' Use to compile and run your files.',
'\n',
' Watches for any changes and reports back any errors in your code.'
);
// Scripts.
console.log(
'\n👉 ',
' Type',
chalk.black.bgWhite( ' npm start ' ),
'\n\n',
' Use to compile and run your files.',
'\n',
' Watches for any changes and reports back any errors in your code.'
);

// Support.
console.log( '\n\n✊ ', chalk.black.bgYellow( ' Support WPGulp → \n' ) );
Expand Down

0 comments on commit a06eee5

Please sign in to comment.