fix playlist preload
This commit is contained in:
parent
e8f69ce28b
commit
560b51ccee
2 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ const uploadSources = [
|
|||
'dist/**',
|
||||
'!dist/**/*.map',
|
||||
];
|
||||
const upload = () => src(uploadSources, { base: './dist' })
|
||||
const upload = () => src(uploadSources, { base: './dist', encoding: false })
|
||||
.pipe(s3({
|
||||
Bucket: 'weatherstar',
|
||||
StorageClass: 'STANDARD',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue