Skip to content

chore(scripts): expose missing workspace test and typecheck aliases at the root #247

Description

@karagozemin

Problem

Several active workspaces already define test or typecheck commands, but the root package scripts expose only a subset of them. Contributors must remember inconsistent filter commands.

Task

Add the missing root aliases for the existing tlock, keeper, Drand tools, receipt CLI, and auction-template validation commands. Each alias should delegate to the corresponding workspace script.

Acceptance criteria

  • Each named workspace has discoverable root test and typecheck aliases where the workspace already supports them.
  • Existing root commands are unchanged.
  • Every new alias runs successfully.
  • No workspace package script or source file changes.

Suggested implementation prompt

Audit the listed active workspace test and typecheck scripts against the root package scripts, add only the missing delegating aliases, run each new alias, and keep the diff limited to the root manifest.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardThird CampaignCampaign: Third Campaign

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions