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",
|
"bootstrap": "lerna bootstrap",
|
||||||
"setup": "npm i && npm run bootstrap && cd repl && npm i",
|
"setup": "npm i && npm run bootstrap && cd repl && npm i",
|
||||||
"repl": "cd repl && npm run start",
|
"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": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue