add root scripts
This commit is contained in:
parent
f8cbd67557
commit
c604f920a0
2 changed files with 78 additions and 1 deletions
|
|
@ -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/*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue