Create separate workflow for just the bindings codegen step
Open
good first issue
- Dominant language
- Swift
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
We currently have three separate instances of basically the same code. It used to be a Python one-liner (`python3 ./`), but now it's `npm i && npm run tsc && node ./src/index.mjs`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the three places that currently repeat the bindings code-generation command, then inspect how the existing `npm i && npm run tsc && node ./src/index.mjs` flow is invoked. The separate workflow should run only the bindings codegen step and replace the repeated invocations without requiring the old Python one-liner.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, python, typescript
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100