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

Add Bun package manager #401

Merged
merged 3 commits into from
Nov 2, 2023
Merged

Add Bun package manager #401

merged 3 commits into from
Nov 2, 2023

Conversation

coopbri
Copy link
Contributor

@coopbri coopbri commented Oct 31, 2023

Added Bun package manager support, documentation, and unit tests.

This PR fixes #400

@github-actions
Copy link
Contributor

github-actions bot commented Oct 31, 2023

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 95.44% 837/877
🟢 Branches 88.77% 419/472
🟢 Functions 93.64% 162/173
🟢 Lines 95.07% 752/791

Test suite run success

168 tests passing in 57 suites.

Report generated by 🧪jest coverage report action from ef82f9c

@@ -12,13 +12,13 @@ export const getTestCommand = async (

const isNpmStyle = command.startsWith('npm') || command.startsWith('pnpm');

const hasDoubleHyhen = command.includes(' -- ');
const hasDoubleHyphen = command.includes(' -- ');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor typo (unrelated to Bun integration)

@ArtiomTr ArtiomTr merged commit 830f452 into ArtiomTr:main Nov 2, 2023
7 checks passed
@ArtiomTr
Copy link
Owner

ArtiomTr commented Nov 2, 2023

Thank you for contribution! @all-contributors please add @coopbri for code

Copy link
Contributor

@ArtiomTr

I couldn't determine any contributions to add, did you specify any contributions?
Please make sure to use valid contribution names.

I've put up a pull request to add @coopbri! 🎉

@ArtiomTr
Copy link
Owner

ArtiomTr commented Nov 2, 2023

Published in v2.2.6

@coopbri coopbri deleted the feature/bun branch November 2, 2023 18:50
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.

Add Bun package manager support
2 participants