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

This commit is contained in:
Boris Grozev 2016-06-10 19:43:29 +00:00
parent 870a4e705b
commit ee8a270a36
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ LIBJITSIMEET_DIR = node_modules/lib-jitsi-meet/
all: update-deps compile uglify deploy clean all: update-deps compile uglify deploy clean
update-deps: update-deps:
$(NPM) update $(NPM) install
compile: compile:
$(BROWSERIFY) $(BROWSERIFY_FLAGS) -e app.js -s APP | $(EXORCIST) $(OUTPUT_DIR)/app.bundle.js.map > $(OUTPUT_DIR)/app.bundle.js $(BROWSERIFY) $(BROWSERIFY_FLAGS) -e app.js -s APP | $(EXORCIST) $(OUTPUT_DIR)/app.bundle.js.map > $(OUTPUT_DIR)/app.bundle.js