Skip to content
Merged
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 packages/cli/src/commands/setup/deploy/templates/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ services:
- name: ${PROJECT_NAME}-web
type: web
env: static
buildCommand: yarn rw deploy render web
buildCommand: yarn install && yarn rw deploy render web
staticPublishPath: ./web/dist
envVars:
- key: NODE_VERSION
value: 16
- key: SKIP_INSTALL_DEPS
value: TRUE
routes:
- type: rewrite
source: /.redwood/functions/*
Expand Down