mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1748a26e61
commit
5652e6979d
@ -941,12 +941,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 .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user