Skip to content

Commit

Permalink
Merge pull request #17 from kloudmate/fix
Browse files Browse the repository at this point in the history
add missing import
  • Loading branch information
amitava82 authored Jul 23, 2024
2 parents cc78a5e + 206b25b commit f6fd753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release-cdn.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
CreateInvalidationCommand,
} from '@aws-sdk/client-cloudfront'
import fs from 'fs'
import path from 'path';

dotenv.config()

Expand Down

0 comments on commit f6fd753

Please sign in to comment.