From 9b0b22da94f788a993bd7a2b610e3de2e495b3c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Peixoto?= Date: Wed, 3 Mar 2021 17:32:10 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forestry/settings.yml b/.forestry/settings.yml index 79bcd7fd..f3a47e47 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -72,8 +72,8 @@ use_front_matter_path: false file_template: ":filename:" build: preview_output_directory: dist - install_dependencies_command: npm install + install_dependencies_command: npm install --save vuepress preview_docker_image: forestryio/node:12 mount_path: "/srv" working_dir: "/srv/src" - instant_preview_command: npm run dev + instant_preview_command: npm install && npm run dev