Skip to content

Commit

Permalink
fix: cloudfront upload script (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
JAHMCR authored Aug 26, 2024
1 parent 25d9f48 commit 37cbc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-cdn.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { execSync } = require('child_process');
const args = require('minimist')(process.argv.slice(4));
const args = require('minimist')(process.argv.slice(2));

const { folder, distId, bucketName, packageName, tagName } = args;
const bucketPath = `${bucketName}/${packageName}/${tagName}`;
Expand Down

0 comments on commit 37cbc7e

Please sign in to comment.