Add build instruction for common environment

Added instruction to run a build for the common environment before finishing changes.
This commit is contained in:
Will Tatam
2025-09-19 23:43:33 +01:00
parent 08c415dbaf
commit 315f147d87

View File

@@ -44,6 +44,7 @@ The build has two main phases:
- **Code style**: Use tabs for web files (.html/.css/.js), spaces (2 per level) for C++ files - **Code style**: Use tabs for web files (.html/.css/.js), spaces (2 per level) for C++ files
- **C++ formatting available**: `clang-format` is installed but not in CI - **C++ formatting available**: `clang-format` is installed but not in CI
- **Always run tests before finishing**: `npm test` - **Always run tests before finishing**: `npm test`
- **Always run a build for the common environment before finishing**
### Manual Testing Scenarios ### Manual Testing Scenarios
After making changes to web UI, always test: After making changes to web UI, always test: