浏览代码

Don't run npm update, because it sometimes causes the lib-jitsi-meet npm link to be removed.

master
Boris Grozev 9 年前
父节点
当前提交
ee8a270a36
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 查看文件

12
 all: update-deps compile uglify deploy clean
12
 all: update-deps compile uglify deploy clean
13
 
13
 
14
 update-deps:
14
 update-deps:
15
-	$(NPM) update
15
+	$(NPM) install
16
 
16
 
17
 compile:
17
 compile:
18
 	$(BROWSERIFY) $(BROWSERIFY_FLAGS) -e app.js -s APP | $(EXORCIST) $(OUTPUT_DIR)/app.bundle.js.map > $(OUTPUT_DIR)/app.bundle.js
18
 	$(BROWSERIFY) $(BROWSERIFY_FLAGS) -e app.js -s APP | $(EXORCIST) $(OUTPUT_DIR)/app.bundle.js.map > $(OUTPUT_DIR)/app.bundle.js

正在加载...
取消
保存