Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Change npm test to npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Dec 3, 2014
1 parent 8cd848b commit a7d95d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foundationCLI.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module.exports.new = function(args, options) {
process.stdout.write([
" Done installing!\n",
"\nYou're all set! Now run ",
"npm test ".cyan,
"npm start ".cyan,
"while inside the ",
args[0].cyan,
" folder.\n\n"
Expand Down

0 comments on commit a7d95d0

Please sign in to comment.