Skip to content

Commit 9edf25b

Browse files
committed
fix: download:stage script
1 parent b039d03 commit 9edf25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"download": "aws s3 cp s3://$S3_BUCKET ./build/ --recursive && aws s3 cp s3://$S3_BUCKET_SSR ./dist/ --recursive",
177177
"upload:stage": "aws s3 cp --recursive ./build s3://$S3_BUCKET_STAGE/assets",
178178
"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",
179+
"download:stage": "aws s3 cp s3://$S3_BUCKET_STAGE/assets ./build/ --recursive && aws s3 cp s3://$S3_BUCKET_STAGE/ssr ./dist/ --recursive",
180180
"deploy": "pm2 reload deploy.config.json"
181181
},
182182
"eslintConfig": {

0 commit comments

Comments
 (0)