Skip to content

fix: remove spurious scripts and randomField from packages/opencode/package.json #22159

@shafdev

Description

@shafdev

Description

packages/opencode/package.json contains several entries that appear to be test/junk data accidentally committed:

A randomField top-level key with value "this-is-a-random-value-12345" (not a valid package.json field)
6 fake scripts (random, clean, lint, format, docs, deploy) with echo-only or incorrect implementations (e.g. lint runs bun test --coverage, format passes --prettier as an invalid flag to bun run)
These should be removed. The real tooling (biome, turbo) lives at the monorepo level.

Plugins

No response

OpenCode version

No response

Steps to reproduce

  1. Open packages/opencode/package.json
  2. Observe randomField top-level key with value "this-is-a-random-value-12345"
  3. Observe scripts: random, clean, lint, format, docs, deploy — all fake echo implementations

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcoreAnything pertaining to core functionality of the application (opencode server stuff)

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions