add root scripts

This commit is contained in:
Felix Roos 2022-04-12 20:14:48 +02:00
parent f8cbd67557
commit c604f920a0
2 changed files with 78 additions and 1 deletions

View file

@ -6,7 +6,9 @@
"main": "strudel.mjs",
"scripts": {
"test": "npm run test --workspaces --if-present",
"bootstrap": "lerna bootstrap"
"bootstrap": "lerna bootstrap",
"repl": "cd repl && npm run start",
"osc": "cd packages/osc && npm run server"
},
"workspaces": [
"packages/*"