kysely-org/kysely-ctl

Running `migrate` commands causes package manager to install

jkonowitch opened this issue · 2 comments

Notice that when running migrate:latest, as an example (but this also happens with most of the other migrate commands, it causes my package manager (pnpm in this case) to run an install, which significantly slows down the operation. Is this expected behavior?

➜  pnpm kysely migrate:latest           
> dotenv -e .env.local -- kysely "migrate:latest"

../../..                                 | Progress: resolved 796, reused 718, downloaded 0, added 0, done
Done in 2.5s
◐ Starting migration to latest                                                                                                                      
ℹ Migration skipped: no new migrations found

Hey 👋

Thanks for the feedback. This behavior is removed in https://github.com/kysely-org/kysely-ctl/releases/tag/v0.5.0.

Tested - looks good!