microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
Commit
chore(build): add clean:logs npm script (#1122)
## Summary
Add a `clean:logs` npm script to clear generated files from the `logs/`
directory.
## Changes
- Add `clean:logs` script to `package.json` using `pwsh -NoProfile` to
recursively remove files from `logs/`
The `logs/` directory is gitignored and accumulates validation output
files (`pester-summary.json`, `psscriptanalyzer-results.json`, etc.)
across runs. This script provides a convenient way to reset them.
## Usage
```bash
npm run clean:logs
```
Closes #988Changed files
1 files listed