You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I usually include all of my tooling inside of the dev-dependencies. In my CI/CD, I would use pesde install --dev to install only those dependencies to lint, format, and build my code. However, this isn't possible at the moment.
The text was updated successfully, but these errors were encountered:
Stefanuk12
changed the title
[Feature] Installing **only** dev-dependencies
[Feature] Installing only dev-dependencies
Jan 3, 2025
Thanks for the issue! The idea doesn't seem bad to me. I'll see if I'll be able to include it in 0.6, and if not it'll be included in a later release of 0.6.
I usually include all of my tooling inside of the
dev-dependencies
. In my CI/CD, I would usepesde install --dev
to install only those dependencies to lint, format, and build my code. However, this isn't possible at the moment.The text was updated successfully, but these errors were encountered: