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

feat: support yarn/pnpm via -p flag #3

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thiskevinwang
Copy link
Collaborator

@thiskevinwang thiskevinwang commented Dec 18, 2022

Tests:

cargo run -- -d ./test/basic build -p pnpm
cargo run -- -d ./test/basic build -p yarn
cargo run -- -d ./test/basic build

@thiskevinwang thiskevinwang linked an issue Dec 18, 2022 that may be closed by this pull request
@thiskevinwang thiskevinwang changed the title feat: supporting yarn/pnpm via -p flag feat: support yarn/pnpm via -p flag Dec 18, 2022
@BRKalow
Copy link
Owner

BRKalow commented Dec 18, 2022

🔥 @thiskevinwang what do you think about detecting the package manager automatically? It should be doable via the lockfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multiple node package managers (npm, yarn, pnpm)
2 participants