fix: snapshot

This commit is contained in:
Felix Roos 2022-11-17 10:56:46 +01:00
parent 2293f1ba15
commit 874633051b
3 changed files with 9 additions and 10 deletions

View file

@ -10,7 +10,7 @@
"test-coverage": "vitest --coverage",
"bootstrap": "lerna bootstrap",
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
"snapshot": "cd repl && npm run snapshot",
"snapshot": "vitest run -u --silent",
"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",