From ea0c000ee67982c48c88e43bbca86c475d6fa55f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 17 Apr 2025 18:49:05 -0500 Subject: [PATCH] Aggressive request for testing --- CONTEXT.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTEXT.md b/CONTEXT.md index 37c3bcf..d07ea2b 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -190,4 +190,6 @@ function MyComponent() { ## Testing Your Changes -Use `npm run build` to check for build errors. \ No newline at end of file +Whenever you modify code, you should test your changes after you're finished. + +To test your changes, run `npm run build`. The task is not considered finished until there are no build errors. \ No newline at end of file