diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 7aa0f63..e531fcd 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -9,7 +9,7 @@ - Adds `lint-staged` to handle formatting staged files with prettier. - Adds pre-commit hook via `husky` to verify changes and execute `lint-staged` - Adds GitHub actions work-flow to build and test the initializer with changes -- Adds end-to-end (e2e) tests that can be manually executed to ensure each template is properly scaffolded, installed, and built without error. +- Adds end-to-end (e2e) tests that can be manually executed (`npm run test:e2e) to ensure each template is properly scaffolded, installed, and built without error. ## 2.7.0 - 2024/04/23