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