From 757cd5ee0cd5ca531dbb95cd82df1d6aa316b1b3 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 8 May 2021 16:59:37 -0300 Subject: [PATCH] instalar las dependencias de yarn antes de empezar --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca73eeb..597e171 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,10 @@ include .env export -all: fa build ## Todo +node_modules: package.json ## Instala las dependencias solo cuando cambian + yarn + +all: node_modules fa build ## Instalar dependencias y compilar el sitio build: ## Compilar el sitio bundle exec jekyll build --profile --trace