Update generate-packages-index.ts

This commit is contained in:
Michael Telatynski 2022-11-29 10:25:31 +00:00 committed by GitHub
parent 184fe3104a
commit eb2ec70ad9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/usr/bin/env npx ts-node
#!/usr/bin/env -S npx ts-node
import { S3Client, ListObjectsV2Command, PutObjectCommand, _Object } from "@aws-sdk/client-s3";