chequear el formato

This commit is contained in:
f 2021-11-22 14:46:18 -03:00
parent 02f27f281e
commit ef29848cfa

View file

@ -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/"