Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #125 from Financial-Times/do-silent-key-update-on-run
Browse files Browse the repository at this point in the history
Do a silent key update on run
  • Loading branch information
matthew-andrews committed Jun 18, 2015
2 parents f75f9d2 + 36d4328 commit e66d70d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ module.exports = function (opts) {
}
return Promise.all([ ensureRouterInstall() ])
.then(function() {

// Silent update — throw away any errors
downloadDevelopmentKeys({ update: true });

return Promise.all([
runLocal({ port: localPort }),
runRouter({ port: 5050, localPort: localPort })
Expand Down

0 comments on commit e66d70d

Please sign in to comment.