diff --git a/scripts/utils.js b/scripts/utils.js index 6481fb9fa1d..109a51fa1f0 100644 --- a/scripts/utils.js +++ b/scripts/utils.js @@ -203,7 +203,13 @@ async function incrementRemixVersion(nextVersion) { await Promise.all( [ path.join(".vscode", "deno_resolve_npm_imports.json"), - path.join("templates", "classic-remix-compiler", "deno", ".vscode", "resolve_npm_imports.json"), + path.join( + "templates", + "classic-remix-compiler", + "deno", + ".vscode", + "resolve_npm_imports.json" + ), ].map((importMapPath) => updateDenoImportMap(path.join(rootDir, importMapPath), nextVersion) )