Skip to content

Commit 5a1eb27

Browse files
committed
Update the init project description.
1 parent ca575d8 commit 5a1eb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/initProject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function (params) {
3535
});
3636

3737
log('\n initialization finished!\n'.green);
38-
let cmdstr = `cd ${projectName} && npm start`.cyan;
38+
let cmdstr = `cd ${projectName} && npm install && npm start`.cyan;
3939
if (typeof params.init !== 'string') {
4040
cmdstr = 'npm start'.cyan;
4141
}

0 commit comments

Comments
 (0)