From c634cd9071305239f8c7d6acf371aca397f2bf2b Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 23 Jun 2025 17:44:40 +0300 Subject: Upgrade prettier to 3.6 (#8558) * upgrade prettier * run prettier * more files --- scripts/post-web-build.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/post-web-build.js b/scripts/post-web-build.js index 3b1b62dfd..5b7b07c0d 100644 --- a/scripts/post-web-build.js +++ b/scripts/post-web-build.js @@ -9,10 +9,9 @@ const templateFile = path.join( 'scripts.html', ) -const {entrypoints} = require(path.join( - projectRoot, - 'web-build/asset-manifest.json', -)) +const {entrypoints} = require( + path.join(projectRoot, 'web-build/asset-manifest.json'), +) console.log(`Found ${entrypoints.length} entrypoints`) console.log(`Writing ${templateFile}`) -- cgit 1.4.1