Update from Forestry.io - Updated Forestry configuration
torey@teagles.io
committed Apr 11, 2020
commit 656bf829834e16f95958ca4e2d8824a889b8d6ca
Showing 1
changed file with
3 additions
and 2 deletions
.forestry/settings.yml
+3
-2
| @@ | @@ -15,8 +15,9 @@ front_matter_path: '' |
| use_front_matter_path: false | |
| file_template: ":filename:" | |
| build: | |
| - | install_dependencies_command: npm install |
| + | preview_output_directory: dist |
| + | install_dependencies_command: yarn install |
| preview_docker_image: node:10 | |
| mount_path: "/srv" | |
| working_dir: "/srv" | |
| - | instant_preview_command: npm run forestry:preview |
| + | instant_preview_command: yarn build |