We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example code is not working
Hello,
I'm trying to build bun following the steps in the Contributing Guide. When I run bun setup for the first time, I receive the following error:
bun
bun setup
error: Script not found "setup"
It seems the setup script is missing. I also noticed that the shell script ./scripts/setup.sh appears to have been removed from the repository.
setup
./scripts/setup.sh
Am I missing a step, or has the build process changed? Can this step be skipped, and is running bun run build sufficient to build the project?
bun run build
Any guidance would be appreciated.
Thank you!
https://bun.sh/docs/project/contributing#building-bun
The text was updated successfully, but these errors were encountered:
update CONTRIBUTING.md, fix oven-sh#14225
390b4a5
e1cd7e5
No branches or pull requests
What is the type of issue?
Example code is not working
What is the issue?
Hello,
I'm trying to build
bun
following the steps in the Contributing Guide. When I runbun setup
for the first time, I receive the following error:It seems the
setup
script is missing. I also noticed that the shell script./scripts/setup.sh
appears to have been removed from the repository.Am I missing a step, or has the build process changed? Can this step be skipped, and is running
bun run build
sufficient to build the project?Any guidance would be appreciated.
Thank you!
Where did you find it?
https://bun.sh/docs/project/contributing#building-bun
The text was updated successfully, but these errors were encountered: