diff --git a/README.md b/README.md index 7080f3ae..809dc582 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,13 @@ Next, install the dependencies: yarn install ``` -After installing dependencies, copy the contents of both `.env.example` files in the root of the project, and in `apps/web` into `.env` and set the required values: +After installing dependencies, build the project: + +```bash +yarn build +``` + +Then, copy the contents of both `.env.example` files in the root of the project, and in `apps/web` into `.env` and set the required values: ```bash # The root `.env` file will be read by the LangGraph server for the agents. diff --git a/apps/agents/package.json b/apps/agents/package.json index b08aa640..ed0b30e1 100644 --- a/apps/agents/package.json +++ b/apps/agents/package.json @@ -17,8 +17,7 @@ "clean": "rm -rf ./dist .turbo || true", "format": "prettier --config .prettierrc --write \"src\"", "lint": "eslint src", - "lint:fix": "eslint src --fix", - "postinstall": "yarn turbo build" + "lint:fix": "eslint src --fix" }, "dependencies": { "@ffmpeg/ffmpeg": "^0.12.15",