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

Custom script 'open' fails with exit code 1 during bun run open command #14226

Open
codeAbinash opened this issue Sep 28, 2024 · 0 comments
Open
Labels
bug Something isn't working bun install Something that relates to the npm-compatible client

Comments

@codeAbinash
Copy link

codeAbinash commented Sep 28, 2024

What version of Bun is running?

1.1.29

What platform is your computer?

x64

What steps can reproduce the bug?

"scripts": {
  "open": "cd android/app/build/outputs/apk/release/ && explorer ."
}
npm run open

What is the expected behavior?

To execute both of the commands

What do you see instead?

$ cd android/app/build/outputs/apk/release/ && explorer .
error: script "open" exited with code 1

Additional information

but npm run open works here

> [email protected] open
> cd android/app/build/outputs/apk/release/ && explorer .
@codeAbinash codeAbinash added bug Something isn't working needs triage labels Sep 28, 2024
@nektro nektro added bun install Something that relates to the npm-compatible client and removed needs triage labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working bun install Something that relates to the npm-compatible client
Projects
None yet
Development

No branches or pull requests

2 participants