Compare commits

..

No commits in common. "1226908868b362ff0e681d59807a50e9d46a6e73" and "20fb42aa4ca258bd26615561ec37e2d362e45191" have entirely different histories.

View File

@ -946,12 +946,12 @@ $(DIST_DIR)/$(APP_NAME)-%.zip: $(BUILD_DIR)/$(APP_NAME)-%.$(BUILD_MODE).zip
##------------------------------------------------------------- CLI ---
.PHONY: devel-cli
devel-cli: ## Install CLI interface as a link to this tree
devel-cli: ## Install CLI interface as a link to this tree.
devel-cli: dev
npm link
.PHONY: cli
cli: ## install CLI interface as independent package
cli: ## install CLI interface as independent package.
cli: dev
npm install -g .