Skip to content

Commit

Permalink
👕
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWoodward committed Aug 12, 2024
1 parent 16742da commit 4fb248a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/prerender/fileUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import once from 'lodash/once';
import path from 'path';
import createCache, { Cache } from '../../src/helpers/createCache';
import { directoryExists, readFile, writeFile } from '../../src/helpers/fileUtils';
import { BUCKET_REGION, PUBLIC_URL, BUCKET_NAME } from "./constants";
import { BUCKET_REGION, PUBLIC_URL, BUCKET_NAME } from './constants';

const ASSET_DIR = path.resolve(__dirname, '../../build');
const CACHE_DIR = path.resolve(__dirname, '../../cache');
Expand Down
2 changes: 1 addition & 1 deletion script/prerender/fleet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ async function queueWork(workQueueUrl: string) {

await Promise.all([
renderAndSaveSitemapIndex(writeS3ReleaseXmlFile, books),
renderAndSaveContentManifest(writeS3ReleaseXmlFile, books)
renderAndSaveContentManifest(writeS3ReleaseXmlFile, books),
]);

return stats;
Expand Down

0 comments on commit 4fb248a

Please sign in to comment.