We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d4fa9 commit 3170f29Copy full SHA for 3170f29
scripts/publish.js
@@ -21,7 +21,7 @@ const figureOutFileMimetype = (filePath) => {
21
return 'application/octet-stream';
22
};
23
24
-const pushOneFileToS3 = (basePath, to, cacheControllDays = 1) => {
+const pushOneFileToS3 = (basePath, to, cacheControll = 1) => {
25
return new Promise(async (resolve, reject) => {
26
file = Path.basename(basePath);
27
0 commit comments