diff --git a/package.json b/package.json index df264d03..f4a1f1be 100644 --- a/package.json +++ b/package.json @@ -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",