instalar las dependencias de yarn antes de empezar
This commit is contained in:
parent
09682c3597
commit
757cd5ee0c
1 changed files with 4 additions and 1 deletions
5
Makefile
5
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
|
||||
|
|
Loading…
Reference in a new issue