diff --git a/package.json b/package.json index 3978a44d..a68cff65 100644 --- a/package.json +++ b/package.json @@ -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/*"