From d545fdff144cebdd9358b1b14c0c168b03a7fd0b Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com>
Date: Sat, 06 Jun 2026 01:11:52 +0000
Subject: [PATCH] fix: test local working tree in quickstart test (#938) (#978)

---
 package.json |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
index c707305..d19592d 100644
--- a/package.json
+++ b/package.json
@@ -62,6 +62,7 @@
 		"server": "hugo server --environment documentation",
 		"test": "node scripts/test-hugo-quickstart.ts",
 		"test:quickstart": "node scripts/test-hugo-quickstart.ts",
+		"test:quickstart:submodule": "node scripts/test-hugo-quickstart.ts --use-submodule",
 		"update:docs": "git add docs/ && (git diff --cached --quiet || git commit -m \"chore(git): update documentation submodule\")"
 	},
 	"cspell": {

--
Gitblit v1.10.0