Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lume upgrade should run lume import-map automatically #182

Closed
oscarotero opened this issue Apr 15, 2022 · 0 comments
Closed

lume upgrade should run lume import-map automatically #182

oscarotero opened this issue Apr 15, 2022 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@oscarotero
Copy link
Member

Running lume upgrade should update the import_map.json and deno.json files automatically if they are available in the current working directory.

In theory this should work but I doesn't:

lume/cli/upgrade.ts

Lines 46 to 54 in f4f2cbb

try {
await Promise.all([
Deno.stat("deno.json"),
Deno.stat("import_map.json"),
]);
await importMap(url);
} catch {
// Don't update import_map.json or deno.json
}

@oscarotero oscarotero added the bug Something isn't working label Apr 15, 2022
@oscarotero oscarotero added this to the 1.7.4 milestone Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant