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 #10 from Financial-Times/noprune
Browse files Browse the repository at this point in the history
Noprune
  • Loading branch information
matthew-andrews committed Mar 11, 2015
2 parents 16cd657 + f5cf75c commit 864c7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"debug": "^2.1.1",
"denodeify": "^1.2.0",
"es6-promise": "^2.0.1",
"haikro": "^1.9.0",
"haikro": "^1.13.0",
"heroku-client": "^1.9.1",
"fetchres": "^1.0.4",
"isomorphic-fetch": "^1.1.0"
Expand Down
3 changes: 1 addition & 2 deletions tasks/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ module.exports = function(app) {

return Promise.all([
herokuAuthToken(),
exec('git rev-parse HEAD'),
exec('npm prune --production')
exec('git rev-parse HEAD')
])
.then(function(results) {
token = results[0];
Expand Down

0 comments on commit 864c7d8

Please sign in to comment.