Skip to content

Conversation

brandonkachen
Copy link
Collaborator

No description provided.

I was getting this error when running bun run build in /npm-app:

  ⎿  Error: $ bun run scripts/build-binary.js codebuff $(node -p "require('./release/package.json').version")
     error: Script not found "scripts/build-binary.js"
     error: script "build" exited with code 1

This was caused by calling `bun run scripts/build-binary.js`. When you pass
a javascript file directly to bun, you don't need the `run` keyword.
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.

2 participants