From 1e77b281d9a9d9ff7208e5832dc2fe5ea8b328e7 Mon Sep 17 00:00:00 2001 From: Charles Demers Date: Wed, 6 Dec 2023 09:41:46 -0500 Subject: [PATCH] Fix Makefile documentation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c90a57..ba1748e 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ test: ## Run the test suite yarn test --forceExit --detectOpenHandles .PHONY: start-example -start-example: ## Run the test suite +start-example: ## Start the sample app yarn --cwd example start # Check, lint and format targets