projects
/
kraken-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1d84523
)
Deploy needs to npm install to ensure deps are up to date.
author
David Schoonover
<dsc@wikimedia.org>
Wed, 20 Jun 2012 16:13:52 +0000 (09:13 -0700)
committer
David Schoonover
<dsc@wikimedia.org>
Wed, 20 Jun 2012 16:13:52 +0000 (09:13 -0700)
fabfile/deploy.py
patch
|
blob
|
history
diff --git
a/fabfile/deploy.py
b/fabfile/deploy.py
index
961e84d
..
b9f9e61
100644
(file)
--- 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