Merge branch 'master' of github.com:flynx/ImageGrid

This commit is contained in:
Alex A. Naanou 2023-08-26 17:25:39 +03:00
commit bca082630d

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 .