-
Notifications
You must be signed in to change notification settings - Fork 1
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: add bun support #88
base: main
Are you sure you want to change the base?
Conversation
currently block since i realize |
Yeah, that's why we didn't include bun and pnpm in the alpha version. If you're still interested in contributing I think |
from what i understood of their codebase (quick look might be more to that) they don't have extensions which is where we do the |
Co-authored-by: Bartosz Szar <[email protected]>
@@ -37,6 +39,11 @@ jobs: | |||
- name: 🏗 Checkout repository | |||
uses: actions/checkout@v4 | |||
|
|||
<%= if(props.packageManager === "bun") { %> | |||
- name: Install Bun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: Install Bun | |
- name: 🥟 Install Bun |
@@ -31,6 +32,11 @@ jobs: | |||
- name: 🏗 Setup repo | |||
uses: actions/checkout@v4 | |||
|
|||
<%= if(props.packageManager === "bun") { %> | |||
- name: Install Bun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: Install Bun | |
- name: 🥟 Install Bun |
@@ -27,6 +29,11 @@ jobs: | |||
- name: 🏗 Setup repo | |||
uses: actions/checkout@v4 | |||
|
|||
<%= if(props.packageManager === "bun") { %> | |||
- name: Install Bun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: Install Bun | |
- name: 🥟 Install Bun |
@@ -27,6 +29,11 @@ jobs: | |||
- name: 🏗 Setup repo | |||
uses: actions/checkout@v4 | |||
|
|||
<%= if(props.packageManager === "bun") { %> | |||
- name: Install Bun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: Install Bun | |
- name: 🥟 Install Bun |
@@ -27,6 +29,11 @@ jobs: | |||
- name: 🏗 Setup repo | |||
uses: actions/checkout@v4 | |||
|
|||
<%= if(props.packageManager === "bun") { %> | |||
- name: Install Bun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: Install Bun | |
- name: 🥟 Install Bun |
@@ -27,6 +29,11 @@ jobs: | |||
- name: 🏗 Setup repo | |||
uses: actions/checkout@v4 | |||
|
|||
<%= if(props.packageManager === "bun") { %> | |||
- name: Install Bun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: Install Bun | |
- name: 🥟 Install Bun |
to support : #87
- uses: oven-sh/setup-bun@v2
)left to do as far as i know: