|
76 | 76 | "prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json}\"", |
77 | 77 | "format": "npm run prettier && npm run lint:fix", |
78 | 78 | "predeploy-demo": "export REACT_APP_STAGE=demo && npm run postinstall && npm run build", |
79 | | - "exec-deploy-demo": "aws s3 sync dist/ s3://demo-b1admin-app", |
| 79 | + "exec-deploy-demo": "aws s3 sync dist/ s3://demo-chums-app", |
80 | 80 | "postdeploy-demo": "aws cloudfront create-invalidation --distribution-id E2SBDXIK2UVHM9 --paths \"/*\"", |
81 | 81 | "deploy-demo": "npm run predeploy-demo && npm run exec-deploy-demo && npm run postdeploy-demo", |
82 | 82 | "predeploy-staging": "export REACT_APP_STAGE=staging && npm run postinstall && npm run build", |
83 | | - "exec-deploy-staging": "aws s3 sync dist/ s3://staging-b1admin-app", |
| 83 | + "exec-deploy-staging": "aws s3 sync dist/ s3://staging-chums-app", |
84 | 84 | "postdeploy-staging": "aws cloudfront create-invalidation --distribution-id E2SBDXIK2UVHM9 --paths \"/*\"", |
85 | 85 | "deploy-staging": "npm run predeploy-staging && npm run exec-deploy-staging && npm run postdeploy-staging", |
86 | 86 | "predeploy-prod": "export REACT_APP_STAGE=prod && npm run postinstall && npm run build", |
87 | | - "exec-deploy-prod": "aws s3 sync dist/ s3://b1admin-app", |
| 87 | + "exec-deploy-prod": "aws s3 sync dist/ s3://chums-app", |
88 | 88 | "postdeploy-prod": "aws cloudfront create-invalidation --distribution-id E3FB2K4FSP7ZUB --paths \"/*\"", |
89 | 89 | "deploy-prod": "npm run predeploy-prod && npm run exec-deploy-prod && npm run postdeploy-prod", |
90 | 90 | "postinstall": "copyfiles -a -f node_modules/@churchapps/apphelper/public/locales/** public/apphelper/locales && copyfiles -a -f node_modules/@churchapps/apphelper/public/css/** public/apphelper/css" |
|
0 commit comments