From beba10829513ee110eec59b17278bf0381115ee8 Mon Sep 17 00:00:00 2001 From: Evan Sellers Date: Mon, 27 May 2024 13:20:40 -0400 Subject: [PATCH] Update building-a-module.mdx --- docs/build/building-a-module.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/building-a-module.mdx b/docs/build/building-a-module.mdx index e3c098f..071f975 100644 --- a/docs/build/building-a-module.mdx +++ b/docs/build/building-a-module.mdx @@ -53,7 +53,7 @@ update the following properties. "build": "sherpa build -b Vercel", "build-local": "sherpa build -b local", "start": "sherpa start", - "dev": "npm run build-local && npm run start" + "dev": "sherpa dev" } } ```