mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 21:48:27 +00:00
disable isolate
This commit is contained in:
parent
27b3a4083b
commit
9aaeee2026
@ -4,7 +4,8 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "Port of tidalcycles to javascript",
|
"description": "Port of tidalcycles to javascript",
|
||||||
"scripts": {
|
"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",
|
"test-ui": "vitest --ui",
|
||||||
"bootstrap": "lerna bootstrap",
|
"bootstrap": "lerna bootstrap",
|
||||||
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
|
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user