Skip to content

Commit 1745530

Browse files
fix: include dev deps in Render build
1 parent a65c920 commit 1745530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
name: openmemory
44
env: node
55
rootDir: packages/openmemory-js
6-
buildCommand: npm install && npm run build
6+
buildCommand: npm install --include=dev && npm run build
77
startCommand: npm start
88
plan: free
99
autoDeploy: true

0 commit comments

Comments
 (0)