add setup script

This commit is contained in:
Felix Roos 2022-04-12 23:54:56 +02:00
parent f9b043dc7e
commit 171f845069

View File

@ -7,6 +7,7 @@
"scripts": {
"test": "npm run test --workspaces --if-present",
"bootstrap": "lerna bootstrap",
"setup": "npm i && npm run bootstrap && cd repl && npm i",
"repl": "cd repl && npm run start",
"osc": "cd packages/osc && npm run server"
},