add app-config.production to build script

Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
This commit is contained in:
Chap Ambrose
2024-07-08 08:27:45 -05:00
committed by GitHub
parent fb6a5d5f6b
commit 6b56a19219
+1 -1
View File
@@ -51,7 +51,7 @@ backend:
Add a build script in `package.json` to compile frontend during deployment:
```json
"scripts": {
"build": "yarn build:backend --config ../../app-config.yaml"
"build": "yarn build:backend --config ../../app-config.yaml --config app-config.production.yaml"
```
## Start Command