chequear el formato
This commit is contained in:
parent
02f27f281e
commit
ef29848cfa
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -52,6 +52,8 @@ npm: ## Correr comandos con npm (args="install -g paquete")
|
|||
prettier: ## Arreglar JS (por ahora)
|
||||
$(MAKE) yarn args="prettier --write _packs/"
|
||||
|
||||
format-check: ## Verificar JS
|
||||
$(MAKE) yarn args="prettier --check _packs/"
|
||||
|
||||
serve: /etc/hosts $(hain)/run/nginx/nginx.pid ## Servidor de desarrollo
|
||||
@echo "Iniciado servidor web en https://$(domain):4000/"
|
||||
|
|
Loading…
Reference in a new issue