update tune

This commit is contained in:
Felix Roos 2022-06-18 21:44:32 +02:00
parent 18f1f7d83d
commit 774c02afab
3 changed files with 6 additions and 5 deletions

View file

@ -7,6 +7,7 @@
"test": "npm run test --workspaces --if-present && cd repl && npm run test",
"bootstrap": "lerna bootstrap",
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
"snapshot": "cd repl && npm run snapshot",
"repl": "cd repl && npm run dev",
"osc": "cd packages/osc && npm run server",
"build": "rm -rf out && cd repl && npm run build && cd ../tutorial && npm run build",