Skip to content

Commit

Permalink
more eslint-disable-next-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
burtonator committed Aug 26, 2024
1 parent dced7a8 commit b16f553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/scripts/src/sitemaps/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ blobStorage(S3BlobStorage());
async function doExec() {
if (process.env.SITEMAP_ENV !== 'production') {
throw new Error(
// eslint-disable-next-line max-len
'Define SITEMAP_ENV to signify you understand that this should only run in production to avoid breaking sitemaps.',
);
}
Expand Down

0 comments on commit b16f553

Please sign in to comment.