mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
disable isolate
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@
|
||||
"private": true,
|
||||
"description": "Port of tidalcycles to javascript",
|
||||
"scripts": {
|
||||
"test": "vitest run --reporter verbose --isolate=true --threads=true --silent --version",
|
||||
"test": "vitest run --reporter verbose --isolate=false --threads=true --silent --version",
|
||||
"test-isolated": "vitest run --reporter verbose --isolate=true --threads=true --silent --version",
|
||||
"test-ui": "vitest --ui",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
|
||||
|
||||
Reference in New Issue
Block a user