diff --git a/.forestry/settings.yml b/.forestry/settings.yml
index 39def3ae06e6ad5c24d41bdd03fe75f1ddb3542e..40d9a0d943d0ab9b9a39f5996a9f321c42e3862b 100644
--- a/.forestry/settings.yml
+++ b/.forestry/settings.yml
@@ -16,12 +16,12 @@ use_front_matter_path:
 file_template: ":filename:"
 build:
   preview_env:
-  - JEKYLL_ENV=staging
+  - JEKYLL_ENV=development
   - GIT_LFS_SKIP_SMUDGE=1
   preview_output_directory: _site
   install_dependencies_command: bundle install
   preview_docker_image: forestryio/ruby:2.6
   mount_path: "/srv"
   working_dir: "/srv"
-  instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
-    --port 8080 --host 0.0.0.0 -d _site
+  instant_preview_command: bundle install && bundle exec jekyll serve --drafts --unpublished
+    --future --port 8080 --host 0.0.0.0 -d _site