lint before test

This commit is contained in:
Felix Roos 2022-11-24 15:31:47 +01:00
parent e2898ee5bf
commit 611c429912

View File

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