mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
adde npm-dev make target...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e96aff481e
commit
3a30991d87
@ -516,6 +516,10 @@ doc: $(DOC_FILES)
|
|||||||
dev: ## Build the development environment
|
dev: ## Build the development environment
|
||||||
dev: $(JS_FILES) $(NODE_DIR) $(PATCHES) css
|
dev: $(JS_FILES) $(NODE_DIR) $(PATCHES) css
|
||||||
|
|
||||||
|
.PHONY: dev-npm
|
||||||
|
dev-npm: ## Install the npm global dev package
|
||||||
|
dev-npm:
|
||||||
|
npm install .
|
||||||
|
|
||||||
.PHONY: dist
|
.PHONY: dist
|
||||||
dist: ## Build distributable package
|
dist: ## Build distributable package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user