disable isolate
This commit is contained in:
parent
27b3a4083b
commit
9aaeee2026
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue