From 161211d62dbaffd294b20c9b0681dafed6f51401 Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Tue, 7 Jan 2025 09:56:21 -0700 Subject: [PATCH] Fix serve command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c870f0f4..bd46b8c57 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "releaser" ], "scripts": { - "serve": "yarn workspace website serve", + "serve": "yarn workspace website start", "spelling:check": "yarn cspell 'website/docs/**/*.md'", "links:check": "markdown-link-check -q -c link-check-config.json website/docs/**/*.md", "format:check": "prettier -c .",