Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion bin/render-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
set -euxo pipefail

npm i -g pnpm@8.7.0
pnpm install; pnpm build --filter "$1"...
pnpm install
pnpm p:build
pnpm --filter "$1" build
3 changes: 2 additions & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ services:
runtime: node
rootDir: .
buildCommand: ./bin/render-build.sh core
startCommand: pnpm start --filter core
startCommand: pnpm --filter core start
preDeployCommand: pnpm --filter core migrate-deploy
envVars:
- fromGroup: pubpub-core-prod-env
# integration-instances
Expand Down