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
1.1.29
x64
"scripts": { "open": "cd android/app/build/outputs/apk/release/ && explorer ." }
npm run open
To execute both of the commands
$ cd android/app/build/outputs/apk/release/ && explorer . error: script "open" exited with code 1
but npm run open works here
> [email protected] open > cd android/app/build/outputs/apk/release/ && explorer .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Bun is running?
1.1.29
What platform is your computer?
x64
What steps can reproduce the bug?
What is the expected behavior?
To execute both of the commands
What do you see instead?
Additional information
but
npm run open
works hereThe text was updated successfully, but these errors were encountered: