Deploy needs to npm install to ensure deps are up to date.
authorDavid Schoonover <dsc@wikimedia.org>
Wed, 20 Jun 2012 16:13:52 +0000 (09:13 -0700)
committerDavid Schoonover <dsc@wikimedia.org>
Wed, 20 Jun 2012 16:13:52 +0000 (09:13 -0700)
fabfile/deploy.py

index 961e84d..b9f9e61 100644 (file)
@@ -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