fix pretest task

This commit is contained in:
Felix Roos 2022-12-22 23:32:19 +01:00
parent 08f7925ea9
commit c9b73c68a6

View File

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