fix: snapshot
This commit is contained in:
parent
2293f1ba15
commit
874633051b
3 changed files with 9 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue