瀏覽代碼

[minor] build after update

version-14
Anand Doshi 11 年之前
父節點
當前提交
e2f9e78af8
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      wnf.py

+ 6
- 0
wnf.py 查看文件

@@ -258,6 +258,8 @@ def update(remote=None, branch=None, site=None):

# maybe there are new framework changes, any consequences?
reload(webnotes)
if not site: build()

latest(site=site)

@@ -307,6 +309,10 @@ def patch(patch_module, site=None, force=False):
@cmd
def update_all_sites(remote=None, branch=None, verbose=True):
pull(remote, branch)
# maybe there are new framework changes, any consequences?
reload(webnotes)
build()
for site in get_sites():
latest(site=site, verbose=verbose)


Loading…
取消
儲存