coinbase / coinbase/onchainkit
Feature Request: Add root-level validation workflow scripts
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 520
- Avg merge
- 32m
- Merged PRs (30d)
- 2
Description
### Describe the solution you'd like
The repository currently exposes build and release scripts, but lacks centralized validation workflow commands for contributors.
Examples currently missing:
- lint
- typecheck
- unified validation workflow
Additionally, the current root `test` script is still a placeholder:
```json
"test": "echo \"Error: no test specified\" && exit 1"
### Describe alternatives you've considered.
```md id="w12w9m"
Contributors can currently run package-level commands manually, but centralized scripts would provide a more consistent developer workflow.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.