Skip to content

Commit cafe9d6

Browse files
committed
Update script
1 parent e2f4003 commit cafe9d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@
167167
"start:server:local": "node ./dist/server.js",
168168
"test": "node scripts/test.js",
169169
"upload:s3": "aws s3 sync ./build s3://$S3_BUCKET --delete",
170-
"upload:ssr": "aws s3 sync ./build s3://$S3_BUCKET_SSR"
170+
"upload:ssr": "aws s3 sync ./build s3://$S3_BUCKET_SSR",
171+
"download": "aws s3 cp s3://$S3_BUCKET ./build/ --recursive && aws s3 cp s3://$S3_BUCKET_SSR ./dist/ --recursive"
171172
},
172173
"eslintConfig": {
173174
"extends": [

0 commit comments

Comments
 (0)