From 1d343c560906b265b602576b6f5141283dfaf9c8 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 24 May 2021 15:57:07 -0300 Subject: [PATCH] =?UTF-8?q?primero=20instalar=20dependencias=20y=20despu?= =?UTF-8?q?=C3=A9s=20generar=20la=20tipograf=C3=ADa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c15ae48..22088fa 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ export help: always ## Ayuda @grep "^[^\t]\+:.*##" Makefile | sed -re "s/(.*):.*##(.*)/\1;\2/" | column -s ";" -t | sed -re "s/^([^ ]+) /\x1B[38;5;197m\1\x1B[0m/" -all: fa install serve build ## Todas las tareas necesarias para desarrollar +all: install fa serve build ## Todas las tareas necesarias para desarrollar install: node_modules Gemfile.lock ## Instalar las dependencias