mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
format
This commit is contained in:
parent
da2a083609
commit
502c3fec3d
1 changed files with 3 additions and 1 deletions
|
|
@ -137,7 +137,9 @@ async function main(packageName, version) {
|
|||
'S3_ENDPOINT',
|
||||
'S3_BUCKET',
|
||||
]
|
||||
const missingEnvVars = requiredEnvVars.filter((envVar) => !process.env[envVar])
|
||||
const missingEnvVars = requiredEnvVars.filter(
|
||||
(envVar) => !process.env[envVar],
|
||||
)
|
||||
|
||||
if (missingEnvVars.length > 0) {
|
||||
console.error(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue