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

Bad alias for reinstall #64

Closed
lowlighter opened this issue Dec 20, 2024 · 1 comment
Closed

Bad alias for reinstall #64

lowlighter opened this issue Dec 20, 2024 · 1 comment
Labels
bug Something isn't working env: deno scope: repo

Comments

@lowlighter
Copy link
Owner

Scope

repo

Environment

deno

What is happening?

mizu/deno.jsonc

Lines 119 to 126 in 9efbb43

"reinstall": {
"description": "Alias for task reinstall:deno",
"command": "sleep 0"
},
"reinstall:deno": {
"description": "Clean and reinstall dependencies (deno)",
"command": "rm -rf node_modules deno.lock package.json package-lock.json && deno install"
},

The reinstall task is missing a dependencies: ["reinstall:deno"]

Minimal reproduction example

N/A

I have searched for existing issues

Yes

@lowlighter
Copy link
Owner Author

Done in 12ccce2 (bad issue number in the commit message)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working env: deno scope: repo
Projects
None yet
Development

No branches or pull requests

1 participant