microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

  • No tags available.
294Branches29Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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 #988
Changed files1Full changed-file index
Branches0Containing branches
Tags0Containing tags

Changed files

1 files listed