diff --git a/package.json b/package.json index 4702ff10..3978a44d 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "scripts": { "test": "npm run test --workspaces --if-present", "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" },