From 3596c092047dea76d9ed68c3d6e16c3bdcef46c5 Mon Sep 17 00:00:00 2001 From: Mark Boyd Date: Thu, 1 Aug 2024 10:48:17 -0400 Subject: [PATCH] remove incremental flag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88c5454b7..de845a001 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.3.0", "scripts": { "start": "bundle install && run-p watch:* watch:static:*", - "watch:jekyll": "bundle exec jekyll serve --incremental", + "watch:jekyll": "bundle exec jekyll serve", "watch:static:js": "npx copy-and-watch --watch _assets/js/* assets/js", "watch:static:docs": "parcel watch --no-hmr _assets/documents/* --dist-dir assets/documents", "watch:css": "parcel watch --no-hmr _assets/css/styles.scss --dist-dir assets/css",