Build and test instructions for the OctoCAT Supply Chain Management Application. Ensures code compiles and runs unit tests after changes.
This skill provides build and test instructions for the OctoCAT Supply Chain Management Application hosted on GitHub.
Guides you through the standard development workflow for the OctoCAT Supply Chain Management Application, ensuring code compilation and test execution after making changes.
This is a GitHub repository with the following details:
The complete architecture is documented in `../docs/architecture.md`. Review this document to understand the system design and component relationships.
1. **After Any Code Changes**: Always verify that the code compiles by running the build command:
```bash
npm run build
```
2. **Check Build Output**: Ensure the build completes without errors before proceeding.
3. **Detailed Build Instructions**: For comprehensive build instructions, refer to `../docs/build.md`.
**Run API Unit Tests**: After successful compilation, execute the API unit test suite:
```bash
npm run test:api
```
Every development cycle should follow this pattern:
1. Make code changes
2. Run `npm run build` to compile
3. Run `npm run test:api` to verify API functionality
4. Address any build or test failures before committing
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/octocat-supply-chain-manager/raw