瀏覽代碼

Reverts change in makefile

master
yanas 8 年之前
父節點
當前提交
8491fbbd95
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 查看文件

@@ -14,7 +14,7 @@ OUTPUT_DIR = .
14 14
 LIBJITSIMEET_DIR = node_modules/lib-jitsi-meet/
15 15
 IFRAME_API_DIR = ./modules/API/external
16 16
 
17
-all: compile compile-iframe-api uglify uglify-iframe-api deploy clean
17
+all: update-deps compile compile-iframe-api uglify uglify-iframe-api deploy clean
18 18
 
19 19
 update-deps:
20 20
 	$(NPM) update

Loading…
取消
儲存