mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-01 13:29:25 -04:00
lint before test
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user