Skip to content

Commit 0adfee3

Browse files
authored
Fix build script to correctly pass node-options from the GitHub action (#3592)
1 parent 07e0760 commit 0adfee3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/build-and-ship

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ cat <<EOF >"$BUILD_OUTPUT/app/secrets.json"
3535
"HealthCheckApiKey": "${AUTH_HEALTH_CHECK_API_KEY}"
3636
},
3737
"Site": {
38-
"Origin": "https://${HOSTNAME};${ALTERNATE_DOMAIN}",
39-
}
38+
"Origin": "https://${HOSTNAME};${ALTERNATE_DOMAIN}"
39+
},
40+
"node-options": "${NODE_OPTIONS}"
4041
}
4142
EOF
4243

0 commit comments

Comments
 (0)