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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user