render doc.json before testing

This commit is contained in:
Felix Roos 2022-11-03 14:52:24 +01:00
parent e9544f8f92
commit 5c2a8a68c0

View File

@ -4,6 +4,7 @@
"private": true,
"description": "Port of tidalcycles to javascript",
"scripts": {
"pretest": "cd tutorial && npm run jsdoc-json",
"test": "vitest run --version",
"test-ui": "vitest --ui",
"test-coverage": "vitest --coverage",