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