From 174553029c953ed427ad99029d3abeb8a51514a6 Mon Sep 17 00:00:00 2001 From: haosenwang1018 Date: Fri, 10 Apr 2026 06:17:58 +0000 Subject: [PATCH] fix: include dev deps in Render build --- render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index d073b721..cc2d3af2 100644 --- a/render.yaml +++ b/render.yaml @@ -3,7 +3,7 @@ services: name: openmemory env: node rootDir: packages/openmemory-js - buildCommand: npm install && npm run build + buildCommand: npm install --include=dev && npm run build startCommand: npm start plan: free autoDeploy: true