Skip to content

Commit 661eb16

Browse files
docs: add section for generating report and update JSON schema generation command
1 parent aa80a38 commit 661eb16

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,12 @@ npm run test:watch TEST_NAME # example: access, login, get, etc.
225225
npm run test:ui
226226
```
227227

228+
### Generate report
229+
230+
```sh
231+
npx vitest --reporter=html
232+
```
233+
228234
## Generate documentation
229235

230236
```sh
@@ -235,5 +241,5 @@ npm run postpack
235241
## Generate JSON schema
236242

237243
```sh
238-
./node_modules/.bin/ts-json-schema-generator --path 'src/types/publish.d.ts' --type 'PublishConfig' --expose 'export' --out 'src/types/schema.json'
244+
npm run schema
239245
```

0 commit comments

Comments
 (0)