Add smart optimization suite with telemetry and guardrails (v4.1.0)
This commit is contained in:
@@ -54,6 +54,9 @@ npm run test:e2e:full
|
||||
# Release validation suite (build + smoke + guide + full)
|
||||
npm run test:e2e:release
|
||||
|
||||
# Extra stress pass (runs release suite 3x)
|
||||
npm run test:e2e:stress
|
||||
|
||||
# Build Windows installer
|
||||
npm run dist:win
|
||||
```
|
||||
|
||||
@@ -24,6 +24,14 @@ cd "typescript-version"
|
||||
npm run dist:win
|
||||
```
|
||||
|
||||
`dist:win` already runs the full release validation gate (`test:e2e:release`) before packaging.
|
||||
|
||||
For extra confidence before major releases, run:
|
||||
|
||||
```bash
|
||||
npm run test:e2e:stress
|
||||
```
|
||||
|
||||
Expected outputs in `typescript-version/release/`:
|
||||
|
||||
- `latest.yml`
|
||||
|
||||
Reference in New Issue
Block a user