add build script
This commit is contained in:
parent
45e8cd104b
commit
ed4156530b
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
|||
"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"
|
||||
"osc": "cd packages/osc && npm run server",
|
||||
"build": "cd repl && npm run build"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue