From 28984092922b9c024ca54c198a25de4c7abf3b8a Mon Sep 17 00:00:00 2001 From: f Date: Sun, 16 May 2021 14:26:30 -0300 Subject: [PATCH] no duplicar node_modules --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f0b521..c15ae48 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: node_modules fa install serve build ## Todas las tareas necesarias para desarrollar +all: fa install serve build ## Todas las tareas necesarias para desarrollar install: node_modules Gemfile.lock ## Instalar las dependencias