We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f4003 commit cafe9d6Copy full SHA for cafe9d6
package.json
@@ -167,7 +167,8 @@
167
"start:server:local": "node ./dist/server.js",
168
"test": "node scripts/test.js",
169
"upload:s3": "aws s3 sync ./build s3://$S3_BUCKET --delete",
170
- "upload:ssr": "aws s3 sync ./build s3://$S3_BUCKET_SSR"
+ "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"
172
},
173
"eslintConfig": {
174
"extends": [
0 commit comments