Skip to content

Commit

Permalink
set update notifier check interval to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmknecht committed Dec 8, 2017
1 parent 9fd08ca commit 5699d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = yeoman.generators.Base.extend({
_updateCheck: function(){
var notifier = updateNotifier({
pkg: pkg,
updateCheckInterval: 1000 * 60 * 60 * 24 // one day
updateCheckInterval: 0 // 1000 * 60 * 60 * 24 // one day
});

notifier.notify({defer: false});
Expand Down

0 comments on commit 5699d7f

Please sign in to comment.