hotfix: make sure jsdoc is built before build

This commit is contained in:
Felix Roos 2022-12-23 01:01:45 +01:00
parent 847602f933
commit d89502f91f

View File

@ -5,6 +5,7 @@
"description": "Port of tidalcycles to javascript", "description": "Port of tidalcycles to javascript",
"scripts": { "scripts": {
"pretest": "npm run jsdoc-json", "pretest": "npm run jsdoc-json",
"prebuild": "npm run jsdoc-json",
"test": "vitest run --version", "test": "vitest run --version",
"test-ui": "vitest --ui", "test-ui": "vitest --ui",
"test-coverage": "vitest --coverage", "test-coverage": "vitest --coverage",