Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions other/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ function update() {
}

shelljs.exec('git fetch generator');
shelljs.exec('git merge --no-commit generator/master');
shelljs.exec('git merge --squash --no-commit generator/master');

console.log(`${chalk.yellow('WARNING:')} Make sure to review the changes with ${chalk.bold('git diff HEAD')} before ` +
`committing, so no accidental changes are made to your app.`);
}
Expand Down