Fix Makefile
This commit is contained in:
parent
507135fee2
commit
1e9840b6dd
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -1,8 +1,5 @@
|
|||
install: ## Install dependencies
|
||||
@qlot install ; npm i
|
||||
|
||||
dev: ## Run dev mode
|
||||
@npm run dev
|
||||
@qlot install
|
||||
|
||||
help: ## Show options
|
||||
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue