Skip to content

Commit

Permalink
Fix Makefile documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdemers committed Dec 6, 2023
1 parent d6a34df commit 1e77b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e77b28

Please sign in to comment.