Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed May 2, 2024
1 parent bc70ade commit 612f33e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/utils.js
Expand Up @@ -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)
)
Expand Down

0 comments on commit 612f33e

Please sign in to comment.