From e6dd8ab840e49912cdd08cd17303562487ce38bc Mon Sep 17 00:00:00 2001 From: David Schoonover Date: Wed, 20 Jun 2012 09:13:52 -0700 Subject: [PATCH] Deploy needs to npm install to ensure deps are up to date. --- fabfile/deploy.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fabfile/deploy.py b/fabfile/deploy.py index 961e84d..b9f9e61 100644 --- a/fabfile/deploy.py +++ b/fabfile/deploy.py @@ -70,6 +70,7 @@ def update_branch(): with cd(env.target_dir): execute(checkout) run('git pull origin %(git_branch)s' % env) + run('npm install') @task @expand_env -- 1.7.0.4