Update from Forestry.io - Updated Forestry configuration

This commit is contained in:
João Peixoto
2021-03-03 17:32:10 +00:00
committed by Forestry.io
parent f0e0b1629b
commit 9b0b22da94
+2 -2
View File
@@ -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