add tutorial to setup
This commit is contained in:
parent
fb8dd537e0
commit
8dee07082d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"test": "npm run test --workspaces --if-present && cd repl && npm run test",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"setup": "npm i && npm run bootstrap && cd repl && npm i",
|
||||
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
|
||||
"repl": "cd repl && npm run dev",
|
||||
"osc": "cd packages/osc && npm run server",
|
||||
"build": "rm -rf out && cd repl && npm run build && cd ../tutorial && npm run build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue