Skip to content

Commit

Permalink
fix(ci): Update deno template path (#9357)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Haines <andrew@haines.org.nz>
  • Loading branch information
haines authored May 2, 2024
1 parent 09e81a8 commit bc70ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ async function incrementRemixVersion(nextVersion) {
await Promise.all(
[
path.join(".vscode", "deno_resolve_npm_imports.json"),
path.join("templates", "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 bc70ade

Please sign in to comment.