Aggressive request for testing

This commit is contained in:
Alex Gleason 2025-04-17 18:49:05 -05:00
parent 140f0a74d3
commit ea0c000ee6
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -190,4 +190,6 @@ function MyComponent() {
## Testing Your Changes
Use `npm run build` to check for build errors.
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.