We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b039d03 commit 9edf25bCopy full SHA for 9edf25b
package.json
@@ -176,7 +176,7 @@
176
"download": "aws s3 cp s3://$S3_BUCKET ./build/ --recursive && aws s3 cp s3://$S3_BUCKET_SSR ./dist/ --recursive",
177
"upload:stage": "aws s3 cp --recursive ./build s3://$S3_BUCKET_STAGE/assets",
178
"upload:ssr:stage": "aws s3 cp --recursive ./dist s3://$S3_BUCKET_STAGE/ssr",
179
- "download:stage": "aws s3 cp s3://$S3_BUCKET/assets ./build/ --recursive && aws s3 cp s3://$S3_BUCKET_STAGE/ssr ./dist/ --recursive",
+ "download:stage": "aws s3 cp s3://$S3_BUCKET_STAGE/assets ./build/ --recursive && aws s3 cp s3://$S3_BUCKET_STAGE/ssr ./dist/ --recursive",
180
"deploy": "pm2 reload deploy.config.json"
181
},
182
"eslintConfig": {
0 commit comments