mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
087c5f35c6
commit
13be69fcdf
@ -517,9 +517,9 @@ dev: ## Build the development environment
|
||||
dev: $(JS_FILES) $(NODE_DIR) $(PATCHES) css
|
||||
|
||||
.PHONY: dev-npm
|
||||
dev-npm: ## Install the npm global dev package
|
||||
dev-npm: ## Install the npm global dev package (might need sudo)
|
||||
dev-npm: $(JS_FILES) $(PATCHES) css
|
||||
npm install .
|
||||
npm install -g .
|
||||
|
||||
.PHONY: dist
|
||||
dist: ## Build distributable package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user